Hi all,
Hoping if someone might have some idea on how to generate a report on how many tickets have changed to a status by a particular user over a time period.
For example, 65 tickets were changed to status = 'Done' by 'John Smith', 78 tickets were changed to status = 'Done' by 'Joan Smith'.
If there is some type of bar graph view or export to CSV function that would be great to know.
Hi Timothy,
I believe you are looking for the "status CHANGED FROM" and "DURING" JQL functions. This will allow you to list issues that were changed from 1 step in the workflow to another.
Example:
project = DRX and status CHANGED FROM 'In progress' to 'Done' BY Charlie DURING (startOfMonth(), endOfMonth())
You could use this type of JQL under Issues -> Current Search and then click on the export button.
Here are some nice articles about advanced JQL queries:
Regards,
Steven
Hi Steven, thank you so much for your help. I'm having a look now and if for instance I wanted to look at multiple users in the same JQL and then export the results to a CSV, is it possible to add a column which would be something like 'Marked as Done By'.
project = DRX and status CHANGED FROM 'In progress' to 'Done' BY (Charlie,Tim,Jason) DURING (startOfMonth(), endOfMonth())
For each of the issues on the export I could pull together the data on how many issues Charlie, Tim and Jason have marked as Done.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Timothy,
If you have this column as a custom field, you can switch to list view and add it via the "Columns" drop down button.
Regards,
Steven
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.