Hi Dear Colleagues.
I need to copy Sum Original Estimate into the Original Estimate field via Automation.
Please help me!
Hello @Gor Greyan
Technically, you can do it using this smart value. {{issue.subtasks.original estimate.sum}}
You need to test the value in a log action to see what unit of time your Jira instance is using.
For this case of CAS- 55832 , If it shows 3600, you need to use a math expression with the smart value.
{{#=}}{{issue.subtasks.original estimate.sum}} / 3600{{/}}
As you can see in your first screenshot, your parent ticket has the "Include Subtasks" option checked, so if you add the sum of the original estimates of subtasks to this parent, it will double the value.
Hope this can help you
Hi, Dear @Duc Thang TRAN
Thanks for your response.
Please inform me, is there any way to copy it without doubling the value?
I need to keep the estimated time in the original estimate field, without doubling it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Gor Greyan
As you see in your first screen, the "Include Subtasks" option is checked for this ticket.
The calculation is: Original estimated Parent + sum of original estimated child, which in this case is: 0 + 1h.
If you make a modification, you need to uncheck this option; otherwise, you will see 2h if the automation launches correctly
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.
@Gor Greyan You might take a look at this link: https://community.atlassian.com/t5/Marketplace-Apps-Integrations/Copy-value-from-field-1-to-field-2-on-Automation-JIra/qaq-p/1664730
HTH
Nicolas
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.