Hi,
Making a JQL querry like AND "Epic Link" NOT IN (XXXX-XX) excludes all the issues that have no Epic links but that was not expected. It was expected to show a list of issues which did not have a link to XXXX-XX but YYYY-YY AND the empty ones but those are excluded. Is this a bug or intentional ?
donnib
Try
AND ("Epic Link" NOT IN (XXXX-XX) OR "Epic Link" IS EMPTY)
In general you have to always take a special look at EMPTY (null) values since they are handled differently in JQL. For example "color != "red"" returns all issues that HAVE a value but that's NOT RED.
Cheers
Christian
That did the trick although i would have guessed the JQL i made first time "should" have worked ;)
Thank you :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.