Forums

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

How can I calculate between two dates(resolved date and create date) in JQL ?

Orkun Ovayurt
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 12, 2025

How can I calculate between two dates(resolved date and create date) ?

How many days and hours between these days ? Can you help me ?

1 answer

0 votes
YY Brother
Community Champion
September 12, 2025

Hi @Orkun Ovayurt 

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,

YY Brother

Suggest an answer

Log in or Sign up to answer