Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created March 30, 2020 23:51
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/d5d9599fc1ddb96128a954bec2e67c38 to your computer and use it in GitHub Desktop.
Save iaindooley/d5d9599fc1ddb96128a954bec2e67c38 to your computer and use it in GitHub Desktop.
Set custom field on card creation
function setCustomFieldOnCardCreation(notification)
{
new Notification(notification).createdCard().setCustomFieldValue("My Field","Ohai!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment