Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Create JQL nested issue query on certain link types

Lisa K December 19, 2016

Hi, 

Iwould like to create a nested JQL query to get all issues with certain link types in JIRA, for example: 

issueFunction in linkedIssuesOf("project = KEY", "blocks") OR issueFunction in linkedIssuesOf("project = KEY", "is releated to") 

I want a nested query to search for certain specific link types, without using the OR operator. Is there a way or workaround to specify more link types? 
 

Thanks in advance.
Kind regards,
Lisa 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Alex Suslin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 19, 2016

Nope, according to https://scriptrunner.adaptavist.com/4.3.0/jira/jql-functions.html

the second parameter is single link name.

However you can always use 'issueFunction not in linkedIssuesOf'

TAGS
AUG Leaders

Atlassian Community Events