Hi Team,
Would you please help me set up a filter/JQL to see if a certain type of ticket is linked to some tickets? For instance, I hope to check that, for all user stories in my active sprint, whether there is a test type of ticket linked to each of them.
Thanks,
Anusha
Hi @Anusha Iyer ,
In JQL you can you issueLinkType as your field to search. I don't know if you want to filter the type of link you are looking, for example:
issueLinkType in ("relates to") AND issuetype = Incident
You can add more relations to this query, but I need more information about what you want to search.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.