Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created February 13, 2019 02:57
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/13712d3edd74d7ae4eae4bb56e3395d6 to your computer and use it in GitHub Desktop.
Save iaindooley/13712d3edd74d7ae4eae4bb56e3395d6 to your computer and use it in GitHub Desktop.
Board of boards
function newLinkedBoardFromTemplate(notification)
{
var new_card = new Notification(notification).createdCard();
var trellinator = new Trellinator();
new_card.attachLink(trellinator.board("Board Template").copy(new_card.name(),trellinator.team("My Team")).link());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment