Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created August 30, 2020 22:35
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/fa8bce393c73058872fe7152a07b9e19 to your computer and use it in GitHub Desktop.
Save iaindooley/fa8bce393c73058872fe7152a07b9e19 to your computer and use it in GitHub Desktop.
Find board label IDs
new Trellinator().board("My Board").labels().each(function(label)
{
console.log(label.name()+": "+label.id());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment