Needing help with jql:
Looking for a list of all the issues in project ABC as well as their linked issues that are Blockers.
This jql only pulls based on 1 key but looking for this inormation across multiple keys:
issue in linkedIssues(ABC-123,"is duplicated by", "is blocked by").
In my example below the ABC project is my main project that then has blocked by links in project DEF
So the end results should be a list containing:
ABC-123
ABC-459
ABD-789
DEF-123
DEF-125
DEF-258
Hi Katherine,
Try Project = "ABC" AND issueLinkType = "is blocked by"
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.