Is there a way to get intervals stored in a postgres database be the value for the GOAL in Jira Service Desk SLA.
Example..
We have a list of services in a database, and they each have their own "Time to Assign" values.
Is there a way to plug that value in to the SLA config of that Service Desk Projects.
i.e.
under SLAs in SD, "Time to First Response":
JQL: issuetype = Incident AND Service = A
Goal: "SELECT timetoassign from service where id = 1;" (the SQL used to get TTA from the Service DB)
We have Jira Software and Service Desk running on a in-house server.
Hi @Jamie Williams ,
With a bit of scripting, I believe this is achievable with Time to SLA's Dynamic Duration feature. Basically, what I'm suggesting is that extracting those values from the database and setting the dynamic duration field accordingly with a script. How are these timetoassign values translate to Jira? Is there a custom field or these values are in a different database?
The script that I'm talking about can be a modified version of this: Link
Let me know if you have any questions.
Cheers,
Gökçe
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.