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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, thanks for the reply!
Unfortunately it still didn't work. I managed to get close to the expected result, but without success. I still haven't been able to replicate the value for the 3 fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mauricio Carvalho _ Suporte
What did you get when trying my provided example?
Could you please add "Log Action" before the action part and provide an example?
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.