Hi - is it possible to create a quick filter to only select issues which have a linked issue of a particular type? Am struggling with the JQL required to do this?
Thanks Martin
You will need an add-on to do this, the easiest would be Scriptrunner, they have JQL functions and one of them lets you search by linked issue:
https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html
I use something like this:
project = TEST AND issueFunction in hasLinks(causes)
Regards!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.