We're trying to calculate the number of days between a project due date and when it was actually completed.
Thanks!
You can also use the Better Excel Exporter app to implement this calculation.
The "H" and "I" columns are implement as difference between two point of times in this example, so this is very similar to your use case:
Hello,
The more details you give to clarify, the more answers you get from the community.
AFAIU, you need to calculate the number of days between the date which issue was resolved and the date in 'due date' field.
Jira does not give you this out-of-the-box.
But, you can display due date, and resolution date in issue navigator, export to excel and calculate the days in Excel.
Or you can use some plugins:
- with script runner plugin you can create your own custom field which calculates this
- enhancer plugin gives some time duration custom fields that you may be interested in.
I hope it was helpful.
Best
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.