Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created January 14, 2019 00:59
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/c3ea2943e7b9e01169d176357a77cc7d to your computer and use it in GitHub Desktop.
Save iaindooley/c3ea2943e7b9e01169d176357a77cc7d to your computer and use it in GitHub Desktop.
Assign to team members
function assignTicketToPerson(notification)
{
var label = new Notification(notification).addedLabel();
label.card().attachLink(label.card().copyToList(new Trellinator().board(label.name()).findOrCreateList("Inbox")).link());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment