Hi there!
I've been struggling with an automation that sums up the original estimate and the remaining estimate of an epic based on the estimates of the issues within the epic. I've realized that the automation works, but for some reason, it doesn't sum up estimates below 45 minutes—it treats them as zero. Additionally, when an issue has an estimate of 45 minutes, it converts it to 1 hour. This happens for both the original estimate and the remaining estimate.
Why could this be happening?
Hi Derek! Thank you so much for your quick response.
@María Paula Herrera Can you share the automation that you are using to do this. I suspect it is in your date/time calculation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Derek! Thank you so much for your quick response.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you provide the view of the Edit issue steps so that I can see the smart value calculation that you are using?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For the original estimate, I use the same code: {{issue.timetracking.originalestimate.sum}}
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.