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/905b0eab6f4cdf6e896478d722030cef to your computer and use it in GitHub Desktop.
Save iaindooley/905b0eab6f4cdf6e896478d722030cef to your computer and use it in GitHub Desktop.
Set owner from member
function setOwnerFromMember(notification)
{
var notif = new Notification(notification);
var member = notif.addedMember();
notif.card().setCustomFieldValue("Owner",member.name());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment