Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created August 22, 2020 11:22
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/e0e35c8df89755cfb2309bba5518942c to your computer and use it in GitHub Desktop.
Save iaindooley/e0e35c8df89755cfb2309bba5518942c to your computer and use it in GitHub Desktop.
Remove all due dates and labels
new Trellinator().board("My Board").cards().each(function(card)
{
card.removeDueDate().removeAllLabels();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment