Good morning,
In Jira, in order to report to customers in terms of respect of SLAs, we report on resolution time, via the time difference between the fields 'resolution' and 'creation'.
Similarly, we have a SLA on first response time, which is only 2 hours; so we need nor only to store the date, but also the time.
Questions :
And of course, we would like to have the stats in a query, so that we can export it to an excel file.
Sorry for the vague question, but thank you all for your hints / inputs :-)
Alain
Hi Alain,
By default there is nothing in JIRA that gives you a way to track first response time. You have to build some custom solution.
You can write/find a custom listener that listens on all events and populate a field with current timestamp. Do a check if its empty before populating so it will be done only on first response.
Few ways to write a listener would be using JIRA JAVA API or Script runner plugin.
There are some plugins that may give this functionality. You can also use JIRA Service Desk to do SLAs better.
https://marketplace.atlassian.com/plugins/com.atlassian.servicedesk
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.