How to create one custom field which should pick the time and display in "Days Hours Minutes" format, is this possible?
Community moderators have prevented the ability to post new answers.
Hi @Basavaraj Sangote ,
For this you can use the prettyPrint function in your automation.
{{issue.created.diff(now).prettyPrint}}
returns
42 days 2 hours 22 minutes 29 seconds
Regards,
Prajakta
Hi Prajakta,
I'm using two custom fields which are both "date time picker" type, when i compare two fields by using Diff function with prettyPrint, somehow it returns only hours and minutes for example; 1 hours 23 minutes rather than 1 hours 23 minutes 36 seconds
Is it expected behavior?
Thanks,
Boyd
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.