I am trying to aggregate the "original estimate" to the parent task.
per the audit log, the related issues condition (triggering issue), edit issue (the parent task), Lookup issues (the original estimate data to aggregate from), branch rule / related issues (parent task), all of them are correct.
But with the following, it always return zero (0)
{{#=}}{{lookupIssues.Original Estimate.sum}} / 60{{/}}
have tried putting a number and the parent's original estimate come up align to the hardcoded value.
Have tried different variation of the above or even using JSON, still the same (smart value will not work but work fine with a hard coded number)
Any suggestions are much appreciated. Thanks!
problem solved, the field name should be "timeestimate"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.