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/ddc0eff4d0728abc30ff4bebfdf9f04f to your computer and use it in GitHub Desktop.
Save iaindooley/ddc0eff4d0728abc30ff4bebfdf9f04f to your computer and use it in GitHub Desktop.
addAllMembersToCard
var added = new Notification(notification).addedLabel("Everyone");
added.card().board().members().each(function(member)
{
added.card().addMember(member);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment