Reputation: 1
Could someone please help with creating a JQL Query for the Swimlwne of our board to display issues that are blocked (by bugs for e.g) near with this bugs actually? I also need to display such tickets only of the blocking issue is not closed (if possible).
Thanks in advance.
project = 123 AND issuetype = Story AND issueLinkType = "is blocked by" OR issueLinkType = blocks
but it actually added all unclosed stories here even if the issue which is blocking it has been resolved
Upvotes: 0
Views: 181
Reputation: 1834
Showing issues and their blocked issues near each other on board is not possible (it's possible to display them on a single board but not next to each other).
You don't mention if it's Jira Cloud or on-prem (Server or DC).
For DC, I would suggest focusing on creating a custom scripted field (or issue picker field) by ScriptRunner or using Issue Matrix fields to display blocked issues right on the Bug issue itself. This way it would be display right on the issue (in Issue View) and also on boards (which is what you need). vLinks add-on might also help.
Upvotes: -1