How would I filter for issues that have issues links but only to those linked with one specific project?
EX: I need to see issues that are linked to only AR tickets.
Hello,
You would need a plugin for it.
There are multiple plugins available: Power Scripts, ScriptRunner, Jtrics, JQL Extenstion for Jira.
If you want to use the Power Script plugin, then you JQL would look like this:
key in hasLinks(
"project = AR"
)
Hey Alexey. I have both power scripts and scriptrunner and i dont seem to have the "hasLinks" function.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JQL functions from the Power Scripts add-on are disabled by default. Go to manage apps -> Power Scripts and enable disabled modules there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.