Good afternoon ,
I have created an automation using smart value that returns in a text field the minutes from when the ticket was created until reaching the Done status.
Can you help us with a solution to modify the
number in the text field to modify it in the format (dd:hh:mm) or return it in some similar format
This is the Automation
It's possible to show time difference in "pretty" format.
Here's the smart value I used to get a positive value and the result I got:
{{issue.created.diff(now).prettyPrint}}
Documentation - Jira smart values - date and time
Hope this helps, Alisa
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.