Hi everyone,
I'm encountering an issue with Trello's Butler automations involving custom fields.
I have set up two buttons for card movements between boards:
From Board 1 to Board 2 (works fine and IDs/Names are displayed on Board 2):
move the card to the top of list "xy" on board "Board 2", set custom field "ListID" to "{cardlistid}", set custom field "BoardID" to "{boardid}"
From Board 2 back to Board 1 (does not work):
move the card to the top of list "{customfield:ListID}" on board "{customfield:BoardID}"
Cannot find a board called "{customfield:BoardID}". Check to make sure the board name is spelled correctly.
I've tried using both {customfield:}
and {customfieldname:}
as prefixes, and I've attempted using both names and IDs in the custom fields. Unfortunately, none of these attempts have resolved the issue.
Could anyone provide insights or solutions to this problem? I appreciate any help you can offer!
Thanks, Christian
Custom Field variables have this format:
{{%customfieldname}}
So your command will be:
move the card to the top of list "{{%ListID}}" on board "{{%BoardID}}"
Please check out this help page for more info:
https://support.atlassian.com/trello/docs/working-with-custom-fields/#Custom-Field-variables
Thank you very much, that helped! :)
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.