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?
Craftforge plugin might help, have a look
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.