We have a high-level dashboard requirement where we need a query to use it in the dashboard.
We have a project called ESDK Eton service desk that contains linked issues (tickets)of the RLSH project which is short-release project.
The requirement is higher authorities need a dashboard that shows linked issues that is RLSH ticket counts
Need your help in the creation of a query to be used in the dashboard.
Repeating the requirement basically need a query to pull the linked issues from particular project and show the count of issuetypes which contains linked issues.
Hi @Vyshnavi S ,
I’m Prosper, a support engineer at Appfire, and I’m here to help you.
Unfortunately, natively, you’ll not be able to do it dynamically. However, in the app my team works, JQL Search Extensions for Jira, you can use the query below to return the linked issues in a project:
issue in linkedIssuesOfQuery("project=projectName")
Please contact our support if you have any other questions about this query.
We’ll be happy to help you!
Best regards.
Hello @Vyshnavi S
Are you trying to get linked issues for multiple ESDK issues?
Is the list of ESDK issues that have linked RLSH issues going to be changing?
If so, Jira does not natively provide a method for you to get a list of linked issues based on a dynamic list of the source issues.
Do you have access to any third party apps that extend the capabilities of JQL, such a Scriptrunner, JQL Extensions, or other such apps? If not, would you consider acquiring such an app?
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.