Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created February 4, 2019 22:59
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/764b5b1a5a38f2c8a15c4c2069ace54c to your computer and use it in GitHub Desktop.
Save iaindooley/764b5b1a5a38f2c8a15c4c2069ace54c to your computer and use it in GitHub Desktop.
Copy to in progress
function copyToInProgress(notification)
{
new Notification(notification).movedCard("Completed").copyTo("In Progress","top");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment