I would like to calculate datetime when ticket was open and went to resolved/close status.
I am working with Jira misc plugin to get that value. However I get some error message like this "CalculatedDateField: formula does did return a Date object: 728" I got that couple times and after that it shows me different error.
Here is the formula I am using -
<!--@@Formula:issue.get("resolutiondate")==null?null:(issue.get("resolutiondate").getTime() - issue.get("created").getTime())-->
Thanks!
Tried the same. Got the same error.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.