You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
For example:
project = "ACC" and "Roles with direct authority[Checkboxes]" in ("IT Director", "QA/RA Director", "Development Director") and !("Main Responsible Role[Checkboxes]" in ( "IT Director", "QA/RA Director", "Development Director")) ORDER BY created DESC
This query is not working, but I wanted to make it so that in one field you have precisely these matches and in another, you will not have them.
So, is there a way I can do that?
Best regards,
Vladimir
JQL propose a "not in" option. Can you try the folowing:
project = "ACC" and "Roles with direct authority[Checkboxes]" in ("IT Director", "QA/RA Director", "Development Director") and "Main Responsible Role[Checkboxes]" not in ( "IT Director", "QA/RA Director", "Development Director") ORDER BY created DESC
Best Regards,
Seif,
I got the answer, I just missed one ")" at the end. Now it's working, but thanks for help!
Best regards,
Vladimir
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.