Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created September 24, 2021 05:15
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/79e9b584f91846d442a4d9ad6f2018c2 to your computer and use it in GitHub Desktop.
Save iaindooley/79e9b584f91846d442a4d9ad6f2018c2 to your computer and use it in GitHub Desktop.
prependNameAndAssignLabel
var created = new Notification(notification).this.convertedChecklistItemToCard();
created.setName(
created.source.card().name()+" "+created.name()
);
create.source.card().labels().each(function(label)
{
created.addLabel(label.name());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment