Hello community!
How to find out issues with link "is requirement of", now this JQL gives "is requirement of" but also + all others as visible too. My goal is to get only "is requirement of".
Any hints? :) How to update this:
project = "ART" AND issueFunction in hasLinks("is requirement of")
Thanks, my JQL works, just it shows additional links also and I would like to get only "is requirement of", not "clone", "clone of".
It should search for issues that have the specified link. Can you please double check the result?
Please also check this doc: https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_haslinks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Asta Adamonyte understood.
Maybe it is not a good solution but you can add all other link types "...and issueFunction not in hasLinkType("...")" to the JQL in order not to see issues which have different link types.
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.