Hello Community
I have the following JQL, that my team and I are using on our board, however it has come to our attention that none of the issues in Project "C" is shown/Included in the search.
(project = "A" OR project = "B OR (project = "C" AND component in (Atlassian, Confluence, Jira))) AND (labels not in (masdiverse) OR labels is EMPTY) AND (resolutiondate >= -7d OR resolution is EMPTY)
We've checked the issues we want to see from Project "C" have the component of either Atlassian, Confluence, or Jira.
We've checked that the issues do not have any labels, and that they do not have a resolution set.
Any Ideas on what could be wrong with the JQL?
Hi @Casper Hjorth Christensen ,
With the JQL
project = "C" AND component in (Atlassian, Confluence, Jira) AND (labels not in (masdiverse) OR labels is EMPTY) AND (resolutiondate >= -7d OR resolution is EMPTY)
do you get issues as a result?
Regards, Marco
You are right - i dont...
Removing the Labels part of the JQL gets me the results.
Adding any form of label search removes the results.
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.
Hi, do you get a result with only
labels not in (masdiverse) OR labels is EMPTY
?
And is
labels != masdiverse OR labels is EMPTY
a option?
Regards, Marco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nope, any label search within my project "C" doesn't work. hmm could be that labels aren't used in the project, but I guess it should then fall under the "empty" variable
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Casper Hjorth Christensen ,
And could this JQL be an alternative?
(Project IN (A, B) AND (labels not in (masdiverse) OR labels is EMPTY) AND (resolutiondate >= -7d OR resolution is EMPTY)) OR (project = "C" AND component in (Atlassian, Confluence, Jira))) AND (labels not in (masdiverse) OR labels is EMPTY) AND (resolutiondate >= -7d OR resolution is EMPTY)
Regards, Marco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Marco
Thanks for giving it a try, I've just tried it out, unfortunately, I get the same results/Issue count, thus still missing issues from Project C
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.