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:
Meaning, Issue Aging will be stopped as soon as it is resolved.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.