Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created September 24, 2021 05:19
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/b70d94d908eabfc93e8ec6bc5c529fa0 to your computer and use it in GitHub Desktop.
Save iaindooley/b70d94d908eabfc93e8ec6bc5c529fa0 to your computer and use it in GitHub Desktop.
addMemberFromEnvironment
//When a card is moved to the Doing list
var moved = new Notification(notification).movedCard(/Doing.*/i);
moved.addMember(new Member({username: ___persistence.get("Support Co-ordinator")}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment