I am trying to run a JQL query in confluence to have all issues with 'blocks' link type in jira into confluence. But because of how jira interprets these links (bidirectional) it always returns both 'blocks' and 'blocked by'
Does anyone have any workarounds for this?
Hello @Lejla Delic .
Good day, Welcome to Atlassian Community!!
Try using this JQL:
issueLinkType = Blocks and issueLinkType != "is blocked by"
This should do the Job.
Best Regards,
Akhand
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.