I have made a butler rule that is spread across more than one board. When the field named "INBOX" is set to "Bob" it will move the card to the "Message Board" and post a comment saying that the card was moved.
What is happening is the comment in the card is always posted as me (the rule creator). Instead I want the user who triggered the card to post the comment.
[code]
when custom field "Inbox" is set to "Bob" by anyone, move the card to the top of list "INBOX" on board "Message Board", clear custom field "Inbox", and post comment "Card moved to Message Board @card"
[/code]
@Souk Nomichith the rules will always run as the person who created them but you can use the {username} variable in the comment to identify who it was that triggered the rule
@Iain Dooley Thanks for confirming.
I know you are not the developer who wrote the Rules API. I find it weird that the user who triggered the rule doesn't perform the actions followed by the rule. Is this a bug or a feature?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Souk Nomichith yeah I think this is just a vestige of the fact that before Butler became a power up and was acquired by Trello it ran as a "bot user", so when they changed it into a power up, the person who created the rule became the "bot". If they were to execute the rule as the person who triggered it, then prior to anyone triggering a rule, that person would need to first authenticate and get an API token which would be pretty hairy for most users.
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.