Case:
Incident happens on 30. Nov. 2 am. Solved at 3am. Not reported in Jira, not documented in Jira.
On 1.Dez we want to document it in Jira. It should be with Issue Creation Date 30.nov an with correct SLA.
Script:
We would like to solve it with Scriptrunner. Maybe a Post Function Script or with a Script Listener.
Do you know this case?
Which fields do we have to overwrite to display the correct data?
Thank You very much,
Cheers,
Michael
For created and resolution dates I'd use setCreated(Timestamp created) and setResolutionDate(Timestamp resolutionDate) methods of the MutableIssue interface.
As for SLA fields, I'm not so sure. Not very familliar with JSD Java API
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.