You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hey,
My team want's to use Butler to find "averages" of our data, which is basically dividing one custom field by another. Is this possible with Butler or with Trello automated?
Thanks so much!
Hi @Raegan Fordemwalt ! Yes, you can create calculations of custom field data using Butler automation, but only with numerical custom fields. There's a bit more information under "Custom field arithmetic" here.
You can multiply and divide with the numeric custom fields? How would I do this?
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.
@Raegan Fordemwalt there's a bit of information in the article I linked above - here's what it says:
When setting the "Number" custom field, you can perform basic arithmetic operations such as addition, subtraction, multiplication, and division. You can also use numeric constants and parentheses to group arithmetic expressions.
Example:
when a card is moved to "This Week", set custom field "Total Points" to "{{%Design Points}} + {{%Dev Points}} + {{%QA Points}}"
You can add, subtract, multiply, and divide different fields together, and also add numbers into your calculations - for example, if you're wanting to do a percentage calculation, a command could look something like this:when custom field "Field X" is set, set custom field "Percentage %" to "({{%Field X}} / {{%Field Y}}) * 100"
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.