I am creating automation in Jira (cloud) on a company-managed software to find the time to resolution. I need to list in a field on the issue how long it takes for the issue to go from created to resolved. The result needs to be listed in Days, Hours, Minutes.
Here is what I have tried (I can get a total number of hours or a total number of days but not a combination of the 3 that I need).
{{issue.created.diff(issue.resolutiondate).hours}}
I have tried using the following custom field types: Text Field (single line), Date Time Picker, Number Field.
I read something about prettyPrint will display the difference in words but I can't get it to work.
Hello @Heather Thomas
Welcome to the community.
What have you tried for prettyPrint? From what I've read (I haven't actually tested this), the following should work
{{issue.created.diff(issue.resolutiondate).prettyPrint}}
Thank you. That did work. I was making the mistake of using hours, days, etc with the prettyPrint. Also, it worked for the custom field type: Text Field (single line)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Trudy Claspill hello , the result gives the duration off all days and not only business days . Do you know haw to acheive the same result with only business days please ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Admin
Please click the Ask button in the blue menu bar above to start your own new Question post.
1. Creating a new Question will get it better visibility in the community than adding to a post that is three years old.
2. Adding to such an old post is referred to as "necroposting" and is considered poor community etiquette.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.