Hello.
There are two projects, BACK and FRONT, and QA-team board. The QA-team has a board, that collects tasks from both projects by query "(project = BACK OR project = FRONT) AND issuetype != Research".
I'm trying to add quick filter to exclude some tickets from board like "labels != NoTest", but filter leaves only tasks from BACK project without that labels, and no one task from FRONT project.
Can anybody help me?
Thanks.
Hi @Leonid Zhdanov ,
Welcome to the community.
It might be because there is no label set in the other issues.
Try a quick filter like this "labels != NoTest or labels is empty "
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi There, Can you provide the jql query you are using? I can review and provide feedback. thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, thanks, that`s all query`s...
"(project = BACK OR project = FRONT) AND issuetype != Research" is general query of board and "labels != NoTest" is quick filter query
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.