Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I show issues linked by a certain reason in dashboard or confluence?

Bea Tea
Contributor
October 2, 2022

I want to show dependencies in a Jira Dashboard or Confluence page.

My Filter for an initiative ticket type that is "implemented by" or "blocked by" another team ticket.

project = ABC AND statusCategory not in (Done) AND issueLinkType in ("is blocked by", "is implemented by")

Currently a Display Option is "Linked issues" in the table result but it shows everything (included "relates to") tickets.  I only want to show the links by certain reason tickets.

Is this possible? Thank yoU!

1 answer

0 votes
Craig Nodwell
Community Champion
October 4, 2022

Hi @Bea Tea try something like this.
(project = ABC AND statusCategory not in (Done)) AND issueLinkType in ("is blocked by") Or issueLinkType in ("is implemented by")

The way it's reading your jql it's trying to match everything.

Bea Tea
Contributor
October 5, 2022

Thanks @Craig Nodwell the filter is working as expected. I was trying to get more granular visibility for reporting purposes into ticket A is "blocked by 1234" and ticket B is implemented by 4567. Form what I read it does not sound like out of the box Jira/Confluence supports this display in a table unfortunatly.

Like Craig Nodwell likes this

Suggest an answer

Log in or Sign up to answer