Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created January 16, 2019 23:42
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/fca73fdab51a1b6ea8b7a66af18bc328 to your computer and use it in GitHub Desktop.
Save iaindooley/fca73fdab51a1b6ea8b7a66af18bc328 to your computer and use it in GitHub Desktop.
Add checklist from label
function addChecklistFromLabel(notification)
{
var label = new Notification(notification).addedLabel();
label.card().board().card("Checklist Templates").copyChecklist(label.name(),label.card());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment