Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save iaindooley/423aa59263508a7856a724767acd4e90 to your computer and use it in GitHub Desktop.
Save iaindooley/423aa59263508a7856a724767acd4e90 to your computer and use it in GitHub Desktop.
Copy cards to other lists
function copyCardsToOtherLists(notification)
{
new Notification(notification).movedCard("Replicate List")
.copyToList(Board.findOrCreate("Other Board")
.findOrCreateList("Replicated List"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment