We have one card per client on the main board.
In each card will be a checklist with various tasks - the tasks on the list are assigned to different team members according to capacity and skill set.
How do I get the various assigned tasks to show up on their individual boards as "to do"?
Once they have ticked it off as done, how do I get that to reflect as done on the checklist on the card on the main board?
Under cascade section you can convert checklist item to card. To move to another board you will need access to the assigned member. Looking that the Trello variable documentation it appears that this is not available.
However, if you add http request you should be able get to the assigned member. This request can return the username and lookup you can move it to the individual board.
By adding a link back to the trigger card you should be able to handle the completion.
In various forms, the above had been done for various clients. The specific implementation will have to be tailored to your boards.
I wrote this some time back :
https://trello.com/c/4LY6JXav/32-set-item-assigned-and-due-on-card
It adds the assigned member as a card member. This can serve as a trigger for a lookup to move the card.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, much appreciated. I'll have a look through this shortly
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.