I've created two "Transition Date fields" in Jira to get the time when two specific transitions took place.
In both of those field i have this:
<!-- @TransitionId: theTransitionIDFromMyWorkflow -->
this actually works. Now i want a third field to calculate the difference between field A and field B.
I thought about something like:
<!-- @@Formula:
return issue.get("FieldB") - issue.get("FieldA");
-->
So value of field B - Value of field A. But this sadly doesnt work. Im sure that its some syntax issue or something is missing... any idea how to fix this?
If you are interested in a ready to use solution, Time in Status app by OBSS produces reports that show the first and the last status transition dates for each status. The app also includes reports that show how much time each issues spent in each status, assignee or group and finally number of times each status or transition was used.
All report data can be exported as XLS, XLSX or CSV.
Hi!
Do you really need to do it immediately?
Maybe async by event you can overwrap it?
Cheers,
Gonchik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.