I have recently added new status codes to our Simplified Workflow. From the standard To Do, Dev In Progress, and Done I have added codes for QA and UAT. Now my team is asking that I providing audit reports on who changed the user story's status and when. Is this functionality available in JIRA? If yes, where would I find it?
Maybe this could help you, use a JQL like:
project in (PROJECT) AND status changed from "Open" to ("Resolved", "Closed") during ("2013-10-01", "2013-10-17")
and add to confluence page or something.
If you need something more advanced try the BetterExcel plugin
https://marketplace.atlassian.com/apps/1212652/better-excel-exporter-for-jira-xlsx
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Anthony - You can use JQL to look for issues that were transitioned by a certain user during a certain time or to and from a status. Here's an example:
status was changed from "Closed" to "Open" by "jsmith" between ("2019-09-21","2019-08-23")
To do broad reporting you need an app such as Time in Status.
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.
mmoo992mm@gamil.com
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.