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')
Hello,
Try like this
not (issuelinktype = 'Requirement')
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.