Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created March 26, 2019 03:23
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/765d40fbadb8ff42a9a9564dca54ab98 to your computer and use it in GitHub Desktop.
Save iaindooley/765d40fbadb8ff42a9a9564dca54ab98 to your computer and use it in GitHub Desktop.
Copy card
function copyMovedCard(notification)
{
new Notification(notification)
.movedCard("Copy From Here")
.copyToList(Board.findOrCreate("Other Board").findOrCreateList("Inbox"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment