Hi,
I would like to display a statistics gadget based on the team members who touched an issue for a certain status.
For example: who move it to the "Review" column.
Based on my research, I see that gadgets are based on filters, but I cannot see how to query to get this information.
My problem is that I don't want the last status, but the status at a past moment.
How would you do that? Thanks in advance!
Hello @leodavesne,
You can search in the past using this kind of JQL query:
status changed to Review
Note that you need to query based on the status mapped to the column name (column and status may have different names).
I'm not sure you can configure a gadget to show statistics on the author of the transition though. You'd need to store the value of the user transitioning the issue into a custom field and base the gadget on that field.
Hope this helps!
- Manon
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.