I have code to read boards, lists, and cards. I'd like to move cards from one list to another. I just can't seem to figure out Trello's API docs. Can someone provide a sample move card string? I see moveCardToBoard but what list would it end up in? Thanks, Tim
The Mirror Power-Up for Trello does allow you to mirror a single card to several boards. Here's how. Whether you need to collaborate on a card with different team members, share information across multiple projects, or create a multi-step process for one of your cards, the Mirror Power-Up for Trello has you covered.
Add cards via the "Add a card..." input at the bottom of lists. You can also add cards via the context menu at the top of lists (Pro tip: This will add the new card at the top of the list). Add cards to your board to start getting organized.
For example, you could link cards together to create a Trello master board that oversees several projects, giving you an overview of all the work you and your teams are responsible for. But that's only the beginning of what Unito can help you do by syncing Trello cards across multiple projects, boards or accounts.
You have to use this url:
PUT /1/cards/[card id or shortlink]/idList
Make sure you make a put
request and you have a proper token
with write permission
.
The API appears to have changed.
Now you would use: PUT /1/cards/{cardID}?idList={listID}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With