I want to view the number of issues each assignee moved from status "in progress" to "closed" in one week from the 8th July to the 14th July to see who moved the most.
status CHANGED FROM "in progress" TO "closed" DURING ("2019-07-08", "2019-07-14") ORDER BY assignee ASC
Hi Lucy - Welcome to the Atlassian Community!
They this for your query: Status changed FROM "in progress" to "closed" during (2019-07-08, 2019-07-14)
We always set the assignee to the current user when a transition takes place, so we know who executed the transition.
So, you could then create a dashboard and insert an Issue Statistics gadget where the Statistic Type is Assignee.
I hope that helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Lucy Davies - did any of the suggestions provide you with what you need?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Lucy Davies,
Welcome to Atlassian Community.
status CHANGED FROM "in progress" TO "closed" DURING ("2019-07-08", "2019-07-14") should get you the issues you are looking for.
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.