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.
Hello everyone,
I am struggling with a specific advanced issue search. I've tried multiple different JQL queries and some of them show no errors but generate 0 results (which i know is not accurate), and some queries have errors.
What i'm looking for:
All issues in X project with issue type x that were transitioned to status X between date and date
Queries I've attempted:
@Yasmine -
I believe the problem is your usage of "during" predicates in your JQL and cannot be used alone.
You may want to try the following JQL to see if it gives you the correct results -
Project = Negotiations AND status CHANGED TO "Accepted" and (updated >= "2022/12/26" and updated <= "2022/12/30")
Hope this helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Infrastructure Applications Team
Viasat Inc.
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.