I have custom fields on my epics and I'm using automation to populate one field based on the others but my result is incorrect.
I want to set Net Benefit to the result of Retention Benefit + Growth Benefit + Cost Savings - Dev Cost
Here's what's in my automation rule
{{#=}}{{issue.retention benefit|0}} + {{issue.growth benefit|0}} + {{issue.cost savings|0}} - {{issue.dev cost|0}}{{/}}
Retention benefit is edited to 40000 and the other fields have no values. When the automation runs, Net Benefit is set from none to 0 when it should be set to 40000. The automation is being triggered correctly but the value is being set incorrectly. What should I change in my automation rule?
Hi Jennifer,
What you have looks correct to me. Maybe start by resetting Net Benefit to 0. Then I would cut it down to just two fields to see if that works then add one at a time in your testing.
Thanks! I had left off a character which I recognized when I cut it down to two fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your custom field names have embedded spaces. Have you tried either enclosing the names in quotation marks or using using the custom field ID?
For example: {{#=}}{{issue."retention benefit"}} + {{issue."growth benefit"}} + {{issue."cost savings"}} - {{issue."dev cost"}}{{/}}
UPDATE: please disregard as I tried it with and without quotations and both worked for me.
Best regards,
Bill
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.
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.