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/42e2b377698ea1669262eac3353fdfd2 to your computer and use it in GitHub Desktop.
Save iaindooley/42e2b377698ea1669262eac3353fdfd2 to your computer and use it in GitHub Desktop.
createLinkedMemberCardWhenAssignedToChecklistItem
var added = new Notification(notification).addedMemberToChecklistItem();
Card.create(
new Trellinator().board(added.name()).findOrCreateList(/Inbox/i),
added.item().name()
)
.attachLink(added.item().checklist().card().link())
.setDue(added.item().due());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment