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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It helped! Thanks!
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.
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.