I want to see all related issues (blocked by, relates to etc) to issue in my sprint
Hi @a.savchyn ,
With standard JQL, you can only get a list of issues with links and export them to Excel for further processing. This works if you want to do a one-off analysis.
Standard JQL doesn't easily allow it, but you can find the results quickly using our professional indexing service JQL Search Extensions
After you install the app, you can simply search:
issue in linkedIssuesOfQuery("sprint='My sprint'", "is blocked by")
Check out the documentation to see more examples.
I hope this helps!
Daniel
Hi @a.savchyn -- Welcome to the Atlassian Community!
You cannot perform a query like that with out-of-the-box Jira Cloud's JQL.
Instead you could:
Kind regards,
Bill
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.