Hi all,
I have created a new custom field in our service desk to display how long the ticket was in open for.
This will be used for Events so I can capture "downtime".
The value I'm looking for needs to be from created to resolved, then that value automatically populates my new field.
I should also add, I would like this value in minutes if possible.
Issue create = issuetype Event
If status = closed
Update = "downtime" field with (time ticket was open in minutes)
If anyone is able to help, that would be great.
Many thanks
Greg
Hi Greg,
You should be able to create a rule with an Issue Transitioned trigger that fires when the issue is transitioned to Done.
Then update the downtime field with this formula:
{{issue.created.diff(now).minutes}}
Hi John,
Thank you so much for getting back to me.
I will have a little play around with it now and get back to you.
Appreciate the reply.
Greg
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.