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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
using a JQL like <search criteria> AND created >= "-1d" ORDER BY Labels DESC
I get all results as if the last AND clause wasn't honored. even if I search by a specific user, I get all users. I'm not sure how to show this, but the JQL doesn't return an error, I just always get all results. My search criteria is:
"Field Priority[Dropdown]" = P2 OR "Field Priority[Dropdown]" = escalation then the AN clause above, is there something i can do to debug this?
All of the outcomes are as though the last AND clause was ignored.
https://community.atlassian.com/t5/Confluence-questions/JQL-produces-all-results-even-if-limited-to-just-created-gt-quot/qaq-p/2353823 geometry dash scratch
ah it looks like i missed a () and needed it to be ("Field Priority[Dropdown]" = P2 OR "Field Priority[Dropdown]" = escalation) and createdDate >= "2023/02/01" that results in the proper output. =\
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, it was caused by the precedence of the OR/AND operators.
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.