calculate time spent on ticket in jira

Neeta Dubey March 4, 2014

Hi All,

I'm not sure how to put this question however i have requirment from a user and they want to add a new coloum in issue navigator. That new colom is going to use a formula to calculate the time spent on that ticket

Age of ticket= current date()- ACKNOWLEDGED_DATE()

where Age of ticket= new coloum that needs to be added in issue navigator

Current date= System curent date and time

Acknowledge date= cutsom field setup in the project.

e.g

Age of ticket= 05/Mar/2014- 03/Mar/2014

ans is going to be 2 and so Age of ticket should hold the value as 2 and it would be great to have time stamp added also

3 answers

0 votes
Neeta Dubey March 23, 2014

i used a custom calculate number filed and wrote a formula which calcuates difference among two dates in hours. later i divide the result by 24 to get number of days.

0 votes
Tsol
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 10, 2014

I think the best approach would be to use groovy scripted fields. Please have a look in the provided link i think you will find what you want.

Cheers

0 votes
Neeta Dubey March 10, 2014

can any one help on this issue? This is a critical requirement.

Suggest an answer

Log in or Sign up to answer