Need a report of all tickets whos linked tickets are resolved

Kelly October 9, 2012

I need to be able to get a list of tickets in which all the linked tickets (not subtasks) are resolved. Is this possible with JQL?

2 answers

1 accepted

1 vote
Answer accepted
Vishwajeet Singh
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 9, 2012

Craftforge plugin might help, have a look

Kelly October 14, 2012

This plugin did exactly what I was looking for. Thanks!

0 votes
Alex
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 10, 2012

It is possible with JQL although perhaps a bit tedious (I'm still looking for a better way but here's what I have so far)... the JQL for issues linked to one issue would be " issue in LinkedIssues([issuekey]) AND resolution = resolved"... to join multiple issues together you'd have to use an OR statement which is why it could be a bit tedious.

Here's a link to documentation on Advanced searching in JIRA which may provide more help: https://confluence.atlassian.com/display/JIRA/Advanced+Searching

And a direct link to the section on linkedIssues:

https://confluence.atlassian.com/display/JIRA/Advanced+Searching#AdvancedSearching-linkedIssues

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events