Hello Community!
We recently created 2 JQLs that should return the same results but aren't and we are trying to figure out why.
Here are the 2 JQLs:
(project = IE AND issueLinkType != blocks) OR (project = IE AND issueLinkType is empty)
project = IE AND (issueLinkType != blocks OR issueLinkType is EMPTY)
Can someone help us with this?
Thanks!
Gabriel
Hi @Gabriel
There appear to be at least two open defects for that symptom, which you may watch/vote for here to see progress:
https://jira.atlassian.com/browse/JRACLOUD-76961
https://jira.atlassian.com/browse/JRACLOUD-73640 (Work is in-progress to fix this one!)
Kind regards,
Bill
Hi Gabriel,
So what are the different results you are getting? Obviously you want to see all issues on the IE project that are not linked to any other issues or are linked to issues with a Link type other than Blocks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ideally, compare the two lists and pick on an issue that appears in one, but not the other.
What, exactly, are the links on that issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have identified 1 ticket (so far) that doesn't show up using the first JQL but does using the second one.
This ticket has no linked issues so basically issueLinkType is empty
Thanks for jumping in so quickly to help us with this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To add to our research, the first JQL returns 274 results and the second one over 1000 issues (which makes more sense).
I'll reach out to support as it seems very odd indeed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Another interesting thing:
the first JQL only returns tickets with outward issue links but the second one returns inward AND outward issue links.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.