I have a team-managed project and I have 4 custom fields that indicates cost.
I need one of them (Total) to be the sum of the other three.
I also need this value (Total) to be recalculated whenever I change one of the other three fields.
Which is the easiest way to do that?
You can check this automation: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-math-expressions/
After read this i hope you solved your issue try this.
Hi @Nicolle Diniz ,
checkout automation - jira-smart-values-math-expressions . You should be able to achieve your goals.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Based on this doc, I tried {{#=}}{{issue.Ticket - Implantação.plus(issue.Ticket - Licença anual)}}{{/}} but I can't even save the rule:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you look at the error messages below the field, it is showing the unknown field "Custom Field Name" in the JSON. Perhaps clear that information from Additional Fields and get your edit to work first, then try any additional edits.
For your edit of the "Ticket - Total" field, please remove the extra math syntax and try this:
{{issue.Ticket - Implantação.plus(issue.Ticket - Licença anual)}}
And if that does not work, the smart values may not be accepting some of the characters in the field name. Instead try using the custom field ID values. You can find them in the admin screens or from trying the steps in this how-to article:
https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
Kind regards,
Bill
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.