Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Last active August 27, 2021 23:42
Show Gist options
  • Save iaindooley/0a0fd4504d498bf2c3d352be9c0fa2d2 to your computer and use it in GitHub Desktop.
Save iaindooley/0a0fd4504d498bf2c3d352be9c0fa2d2 to your computer and use it in GitHub Desktop.
getNextTask
var arched = new Notification(notification).archivedCard();
if(arched.currentList().name() == "Doing")
arched.board().list("My Tasks").cards().random().moveTo("Doing","top");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment