Hi,
I need to find out the JQL query to identify the issues of a particular issue type that are linked to another particular issue type.
For example, I need to find the number of incidents that are linked to any change tickets or the number of incidents that are linked to any problems.
Thanks in advance.
Aman
There are 2 options to get that:
Hi Aman,
If you want this search to be dynamic and you need to perform it regularly, you may want to consider our indexing service:
After you install the app you can run a query like this:
type=Incident issue in linkedIssuesOfQuery("type=Change", "relates to")
The query should return all incidents that are linked with "relates to" with the change tickets. You can specify a different link name as well. You can find out more in our docs.
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.