Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created February 10, 2021 01:08
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/06a9dd7833e2395a8034e259ab027c12 to your computer and use it in GitHub Desktop.
Save iaindooley/06a9dd7833e2395a8034e259ab027c12 to your computer and use it in GitHub Desktop.
Assign member to linked card
function assignMemberToLinkedCard(notification)
{
var assigned = new Notification(notification).addedMemberToChecklistItem();
assigned.item().linkedCard().addMember(assigned);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment