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/70a6c61bd9004cd7e351930c4f41319e to your computer and use it in GitHub Desktop.
Save iaindooley/70a6c61bd9004cd7e351930c4f41319e to your computer and use it in GitHub Desktop.
notifyMemberWhenAssignedToChecklistItem
var member = new Notification(notification).addedMemberToChecklistItem();
member.item().checklist().card().postComment("@"+member.name()+" You have been assigned to item: "+member.item().name());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment