How can I calculate between two dates(resolved date and create date) ?
How many days and hours between these days ? Can you help me ?
Welcome to our community.
Solution A:
1.Create a custom field called Lead Time
2.Create an automation rule to calculate the lead time when jira work items are resolved
now() - issue.created = lead time
In the Edit Issue action, set the lead time to above calc value
Solution B:
Some apps maybe.
Hope it helps,
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.