Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iaindooley/6c3e0364a60b4c11c4ce5cbdb2ab85fb to your computer and use it in GitHub Desktop.
Save iaindooley/6c3e0364a60b4c11c4ce5cbdb2ab85fb to your computer and use it in GitHub Desktop.
Mirror and link cards
function mirrorAndLinkCards(notification)
{
var moved = new Notification(notification).movedCard("Doing");
var copy = moved.copyToList(new Trellinator().board("Target").findOrCreateList("Inbox"));
moved.attachLink(copy.attachLink(moved.link()).link());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment