YouTrack REST API
Answered
Hello. I was looking for in the documentation how to create using the REST API( parent for or subtask of) issue( tag links).
How can I do that?
Please sign in to leave a comment.
Hi Vladislav, you create an issue and then update the Issue Links in it using these methods: https://www.jetbrains.com/help/youtrack/incloud/2017.1/Issue-Link-Types.html
You can learn more about Issue Link Types here: https://www.jetbrains.com/help/youtrack/incloud/2017.1/Link-Types.html
UPD: Correct solution to link one issue to another: apply a command using this method: https://www.jetbrains.com/help/youtrack/incloud/2017.1/Apply-Command-to-an-Issue.html
Thank you. But it did not help me to create issue, which would be a descendant of another issue. How to create the issue, so that you can specify the type of links, and issue, on which it depends?
I'm sorry for being misleading.
To link one issue to another you need to apply a command using this method: https://www.jetbrains.com/help/youtrack/incloud/2017.1/Apply-Command-to-an-Issue.html
Thank you very much, success.