I have built a dashboard using the Jira Issue Macro. I have it all working but one item related to "linked issues" and "status"
Here is our scenario:
Attached is a screenshot of what I have built so far. It all works, except for the "status" of the "linked issue." Do you know what I need to add into the query parameter to get this?
If it technically cant be done due to Jira Cloud limitations. What have others done as a workaround except for just "clicking" into each and every ticket.
@AJ - Did you ever determine a workaround for this? I have the exact same scenario, and would love to create the same view
Hi @aj, I don't think you can reach into the linked issue, to grab the status, with JQL. What you could do however, is modify your query to include the linked issues.
So for the example above, your query would be:
issue in linkedIssues(APPX-351)
You can also specify the link type, if that's of interest:
issue in linkedIssues(APPX-351, "Relates To")
Obviously, this method doesn't scale well. You might be better off just creating a query that returns all the issues you want (not just linked issues.)
Otherwise, you could use the Jira REST API to create a custom solution. And Server users (only, sorry) could access the data from the database.
Hope this helps a little,
Rachel Wright
Author, Jira Strategy Admin Workbook
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.