JQL filter that displays number of issues moved to Done Category in particular timeframe
Hi @Rahul,
The following JQL should return those issues:
Status changed to Done DURING ("2024-01-01", "2024-01-31")
Hope this helps!
Sorry, I noticed you are talking about status category. While it is very likely that status category is not supported for history search, you can easily list the statuses in that category:
Status changed to (Closed, Done) DURING ("2024-01-01", "2024-01-31")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Rahul
Adding to Walter's answer...
I encourage you to learn more about JQL with the free training and information from Atlassian. This knowledge will help you maintain existing and create new queries in the future.
Kind regards,
Bill
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.