Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created February 1, 2021 01:05
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/734961e855cae79117560b99e92942f1 to your computer and use it in GitHub Desktop.
Save iaindooley/734961e855cae79117560b99e92942f1 to your computer and use it in GitHub Desktop.
Label linked cards
new Trellinator().board("My Board").cards().each(function(card)
{
try
{
card.cardsLinkedInAttachments().first();
card.addLabel("Linked Card");
}
catch(e)
{
Notification.expect
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment