Tracking Users who change workflow status and when status changed

Lauren Robinette July 18, 2018

Hi! I'm trying to track which user changed the status of a task and/or subtask and when the status was changed using a Jira report in order to track SLAs within my company. I think I'm close! Here's my current code:

project = VDDO AND issuetype in (standardIssueTypes(), subTaskIssueTypes()) AND (assignee was USERX OR assignee in (USERX)).

I've honed in on the project type, issue type and if the user was ever USERX. I now need to see who changed statuses to USERX, when USERX completed the task, and when USERX assigned the task back to the originator of the task.

Any guidance would be appreciated!

1 answer

0 votes
Victor Mutambuki
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.
July 18, 2018

Lauren,

Go to the cog wheel --> System --> Audit log.

Are you a system admin in your JIRA?

Victor

Suggest an answer

Log in or Sign up to answer