The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Identify Issues with Missing Link Types

Eugene Yu
August 14, 2018

Hi,

I have scriptrunner and was wondering how to identify issues with missing link type. 

 

for example, I want to run a query that will show all issues that do not have a link type of "relates to".  Can someone please advise...it's doing my head in :-(

 

I've attempted to use the following code but does not seem to work.

issuelinktype != 'Requirement'

issuelinktype not in ('Requirement')

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Alexey Matveev
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 Champions.
August 14, 2018

Hello,

Try like this

not (issuelinktype = 'Requirement')

TAGS
AUG Leaders

Atlassian Community Events