I need to create report for my client with time spent for resolve issue. With standard SLA in Jira Service Desk i can only show him time left to Goal, using to this colum Time to resolve. Does anybody have idea how to report time spent on issue? Mayby I can get this information from database? Does anybody made something like this?
Hi Tomasz,
You can use Jira Service Desk built-in reports or customize it as you want:
@Gregor Kasmann_Actonic @Alexey Matveev
I am currently creating a report for the client by exporting a filter to CSV / HTML. To show that we have not exceeded the SLA, I display the Time to Resolve column in the report. The client wants me to add a column that will show how much time it took me to solve the issue. In a word, I need the Actual value in the report.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi did you resolved this problem? Actually we have the same
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jorge Jerez ,y
I created report with powershell using Jira REST API. Display your SLA ticket via REST API (yourjira.domain/rest/api/latest/issue/ISSUEKEY) and find SLA field, there are all needed information about sla time, like remaining time, spent time and SLA goal. Ofcourse you can use another language for create raport, I used PS becouse i know this language and it's realy easy to lern
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, we're working to develop something similar but getting the data directly from database
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
What do you mean by time spent? Do you mean you want to sum up all logged work? If so, you can use Jira Rest Api for it:
GET /rest/api/2/issue/{issueIdOrKey}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.