Can I Filter a Specific User Changing Statuses?

Cameron Jezorek October 11, 2013

Is there a way to see how many jiras someone has closed over a period of time ( 09/1/12 – 08/31/13)?

2 answers

1 accepted

4 votes
Answer accepted
Lathrop [PSU] October 11, 2013

Yes, this can be done a few ways.

  1. You can check that users Activity Log if the change is recent.
  2. You can use many versions of a search query.
    1. All issues in last 7 days: status changed FROM (status) TO (status) BY (assignee) AFTER startOfDay(-7d)
    2. This can be augmented to be more exacting to what you need.
    3. Documentation on Advanced Search Functions (https://confluence.atlassian.com/display/JIRA/Advanced+Searching+Functions) and Advanced Searching (https://confluence.atlassian.com/display/JIRA/Advanced+Searching)
    4. Your exact request: status changed FROM (status) TO (status) BY (userid) During ("2012/09/01", "2013/08/31") Your date and time format may be different.
1 vote
fbeslic January 24, 2019

status changed TO "Closed" by username ...

Suggest an answer

Log in or Sign up to answer