"Worked on" Filter

Rick Hoyle May 6, 2021

Is there a better filter to see the work being done by a specific person? When you use the "worked on" filter it only shows items that have been commented on or updated in some ways but not in all ways.  If someone marks an item as In Progress when they start working on a project and then back to Open when they are finished for the day or have to jump to another project, it doesn't show this in the list.   If a project takes a few days to complete and the employee is only updating the status as there may not be notes to add to the ticket, it doesn't add that to the "worked on" filter.  

 

Is there a custom filter that could be used to see all worked items including status changes?

 

  

1 answer

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 6, 2021

Hi @Rick Hoyle 

Have you tried using the updatedBy() function?  For a specific user, this can show you issues they changed, and optionally within a time range.  Please look here for details of how to use the function:

https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-functions/#Advancedsearchingfunctionsreference-updatedByupdatedBy

This will only show the current status, and not the history of changes.  You could try some other queries if you know the specific transitions, such as:

project = myProject AND status CHANGED FROM "To do" TO "In Progress" 

Best regards,

Bill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events