Say in my search if I want to exclude the jiras that are linked to a specific jira
Hi @Vin Aggarwal ,
you could try to add the following condition to your current JQL :
... AND issue in linkedIssues("YOUR SPECIFIC TICKE ID")
Hope this fixs your issue,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.