I'm looking to benchmark the attentive timeliness of our support team members to a ticket.
For example, what are the time gaps between the time the ticket is created and the gap time between each comment and resolution?
Let me know if you need more details. Thank you
Without any additional apps, you can create custom fields for the metrics, which will be populated by an Jira automation whenever an issue is commented on, resolved, etc.
Hi Ramin, interesting, can you step me through this concept? Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For the time between the last two comments, you can create a text custom field and an automation as follows:
For the "Edit issue fields" action use the following smart values expression:
{{issue.comments.getFromEnd(1).created.diff(issue.comments.getFromEnd(0).created).prettyPrint}}
See also:
For other use cases you can proceed similarly.
I hope this helps!
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.