Is it possible to display the status of a linked issue using a JQL query? For example, I have 2 issues that are linked:
Issue A on Project A is blocked by Issue B on Project B
Using scriptrunner, I can see that Issue A is blocked by Issue B using the following JQL query:
issueFunction in hasLinkType(Blocked) AND issueFunction in linkedIssuesOf("status != Resolved", blocks)
How do I modify it to see the status of Issue B as well?
Hello Chris,
The answer of this question also answer your case, please take a look here:
Hello everyone,
Did anyone find a way to do this to show in a dashboard with linked issues and their status?
BR
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Charlie
We have a commercial app called Dashboard Hub for Jira that allows you to create custom charts and display the linked issues and access to them with a click:
You can see it working in this shared dashboard.
I've used
project = TIS and assignee is not empty and issueLinkType = blocks
and
project = TIS and assignee is not empty and issueLinkType = "is blocked by"
But check out the workaround for the issueLinkTypes explained here https://community.atlassian.com/t5/Jira-questions/jira-query-jql-to-find-issues-that-have-linked-issues/qaq-p/426769 by @Andy Heinzer because if you search issueLinkType = blocks you'll have results with items that are both blocking and blocked.
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Chris!
Did you get a solution for your issue? I'm also looking for a way to display the status of the linked issues in a dashboard (and/or filter).
Is this possible with scriptrunner?
Br
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
did you get a solution to this issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Chris Deptula - Did you ever determine how to do this? I am having the same issue. Production Issues reported by customers are handled on our Jira Service Desk, and then based on the issue type they are picked up by an Engineering team. We link the tickets, but it'd be relly helpful to a dashboard view where for the Jira Service tickets I could see the the main tickets from Service Desk, and linked tickets & there status.
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.
Did anyone find a way to do this to show in a dashboard with linked issues and their status? Would love to see this.
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.