Hi everyone, I'm Darshan Hiranandani, 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.
Hiya @Darshan Hiranandani
The format for custom field variables is {{%customfieldname}}
Your second button should have the code:
move the card to the top of list "{{%ListID}}}" on board "{{%BoardID}}"
See this article:
https://support.atlassian.com/trello/docs/working-with-custom-fields/
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.