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.
Use case: I want to filter the tickets which were "accepted" in between 1.1.2022-3.31.2022
Hi @Alex Li
If you need only issues which updates to Accepted during that period, you can use following JQL query:
status CHANGED TO accepted DURING ("2022/01/01", "2022/03/31")
On the other hand, if you need all issues that were in accepted status during that period (not only those that was changed to this status during that period) you can use:
status WAS accepted DURING ("2022/01/01", "2022/03/31")
Best,
Piotr
Hi @Alex Li, if this answer helped you, please mark it accepted to help other users find it.
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.
Hello @Alex Li
If you're ok with third-party add-ons and want to get a ready report, you can try Time in Status for Jira Cloud and its Status Entrance Date report. It shows the date when an issue has entered each of statuses. Just choose the date ranges.
Also, you can export a generated report to CSV or XLSX files.
It's developed by my team and is free for using up to 10 users. Please, let me know if you have any questions.
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.