Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Does default Jira search support filtering based on linked issues?

Moutsias, Peter September 26, 2023

We need a filter to return issues that do not have a certain issue type linked as related. Right now, we are achieving this with the ScriptRunner Enhanced Search Jira add-on app, but we would love to be able to do this with the default search so we don't need the add-on. 

Example JQL code from the ScriptRunner app:

issueFunction not in linkedIssuesOf(type = "Issue Type A", "relates to")

1 answer

1 accepted

1 vote
Answer accepted
Jack Brickey
Community Champion
September 26, 2023

Hi @Moutsias, Peter , Can you try the following?

issueLinkType != "relates to" and issueLinkType is not empty

Moutsias, Peter January 19, 2024

Thank you Jack. Is there a way to return issues that do not have a "relates to" link to a certain issue type?

Jack Brickey
Community Champion
January 20, 2024

not out of the box.

you could find issues of a certain Issuetype that do not have a certain linktype. For example...

type = story and issuelinktype != "relates to"
Like Moutsias, Peter likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events