Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created March 27, 2019 22:50
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/28619b924d4c360a7d93c8710f8ba205 to your computer and use it in GitHub Desktop.
Save iaindooley/28619b924d4c360a7d93c8710f8ba205 to your computer and use it in GitHub Desktop.
Move archived list
function moveArchivedList(notification)
{
new Notification(notification).archivedList().move(new Trellinator().board("Employee List Archive"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment