Hi, is it possible create smart value/JQL to write hours and minutes like example 2 hours 53 minutes instead of 2254?
Currently I have one created as in the picture, but it returns only minutes or hours (depending on the setting), but without the minutes note
Have you tried using the date / time difference with the prettyPrint format? That should produce what you asked. For example:
{{issue.created.diff(now).prettyPrint}}
Kind regards,
Bill
thanks it works, I changed my query to {{triggerIssue.Begin Date.diff(now).prettyPrint}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can probably create the variables to capture the hours and minutes separately and then put them into a string using math functions and string concatenation -> Link: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-math-expressions/
I hope this makes sense.
Fabian
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.