I am trying to use the automation to copy value from Timetracking original estimation to my custom field.
I receive a success in the Automation log, but the value is not copyied.
My custom automation formula is:
{
"fields": {
"customfield_10084": "{{timetracking.originalEstimate / 60000}}"
}
}
The part /60000 was added to transfer timetracking to minutes. But still, even if my custom field is number,
Thanks for the solution.
Filip
Community moderators have prevented the ability to post new answers.
hi @Filip Novák , this quick test worked for me. Note, I used "60" to convert the OE from seconds to minutes.
@Jack Brickey Thank you, but it doesn't work still.
I do receive success, but the fields does not copy to each other.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think the issue is with your malformed smart value. Move the"/60" outside of the braces.
{{issue.Original estimate}}/60
The only other difference that I see is that it appears you have a global rule while mine is project specific but that shouldn't matter.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.