The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Issue age / resolution time in structure using formula

Saurabh Kejriwal
November 18, 2023

Here's how you may add a column in structure to report issue age / resolution time for each issue row using formula. Please note that the age is in days in below formula. I hope that helps:

if resolution=undefined:
concat(days_between(created,today())," d")

else:
concat(days_between(created,resolved)," d")

 Here’s how the the calculation works for the Issue aging as per JIRA Community of Practice:

  • If Issue is still not resolved. Age(d) = Current Time – Created Time
  • If Issue is already resolved, Age(d) = Resolved Time – Created Time

Meaning, Issue Aging will be stopped as soon as it is resolved.

0 comments

Comments for this post are closed

Community moderators have prevented the ability to post new comments.

TAGS
AUG Leaders

Atlassian Community Events