Export Dependency Links to CSV

Hi!

Is there a way to extract from YouTrack (either by CSV or REST API) the relationship/links between issues?  I would like to be able to extract whether an issue has a subtask or is a parent to another issue, for example.

Thanks!

0
1 comment
Official comment

Hi Shannon,

Sure, you can get all issue linked issues via REST API, please refer to https://www.jetbrains.com/help/youtrack/standalone/api-entity-Issue.html to learn more about the issues object structure ('links' field) and to https://www.jetbrains.com/help/youtrack/standalone/api-entity-IssueLink.html to learn more about linked issues returned.

Here you can find several examples of working with our REST API: https://www.jetbrains.com/help/youtrack/standalone/api-use-cases.html

Please let me know if it helps.  

Please sign in to leave a comment.