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/ee173ef91d4f761ae307859c072ac2c8 to your computer and use it in GitHub Desktop.
Save iaindooley/ee173ef91d4f761ae307859c072ac2c8 to your computer and use it in GitHub Desktop.
Member directory
function addMemberToBoardWhenAddedToCard(notification)
{
var notif = new Notification(notification);
var member = notif.addedMember();
notif.card().boardsLinkedInAttachments().first().addMember(member);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment