Steps
1. I create an epic or a task.
2. I use the 'More' (drop down) > 'Link' dialog to link the related tasks/issues with this ticket.
Question
1. How do I now query to retrieve all the linked tasks/issues to the ticket ?
2. If I repeated the 2 steps above and had multiple tickets, and each ticket has multiple linked tasks/issues - How do I query to retrieve all the linked tasks/issues to all those tickets ?
Hello,
You would need an app for it. There are multiple apps available like Power Scripts, ScriptRunner, JQL tricks, JQL extensions for Jira.
If you want to use the Power Scripts app, then your JQL query would look like this:
key in issuesLinkedAtDepth(
"project = TSTAG"
, 10
)
Are you saying this isn't possible using the advanced search in Jira (i.e. JQL) ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.