If I use the JQL issueLinkType = blocks
I am shown a llst of all JIRAs which block any other Jira.
What I am trying to do is show all Jiras which block a specific Jira, something like
issueLinkType = blocks
J-1234
returning all JIRAs which as blocking J-1234
Is this possible in JQL?
Cheers
Ok so here is the request that show you all issues that block a specific issue (in the example, it is the issue PROJ-1).
issueBlocks = PROJ-1
will this work for you?
issueLinkType = "blocks" and issueLink = J-1234
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.
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.