Can someone help me?
I'm trying to implement an automation that takes the "Estimate (h)" from "Plans". The idea is that, when planning the Issue, this automation will capture the value from "Estimate (h)" and fill in the "Time Remaining", "Original Estimate", and "Story Points" fields in the Issue.
In some of my attempts, I was able to bring in the "Time Remaining", but the "Original Estimate" and "Story Points" fields were not populated.
Hi @Mauricio Carvalho _ Suporte
I have a similar situation, when my sprint is being started, I get the Remaining Estimate and keep it in the Planned Estimation field.
I could achieve that via the following.
{
"fields": {
"customfield_21809": "{{#=}} {{issue.fields.timetracking.originalEstimateSeconds}} / 3600 {{/}}h"
}
}
Kindly ask you to try and let me know.
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.