Skip to content

Instantly share code, notes, and snippets.

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/15d82b4344d83d5f64885563f275034d to your computer and use it in GitHub Desktop.
Save iaindooley/15d82b4344d83d5f64885563f275034d to your computer and use it in GitHub Desktop.
recoverDescriptionForCard
var added = new Notification(notification).addedLabel(/Recover Description/i);
var json = ___request("get","https://trello.com/1/cards/"+added.card().shortId()+"/actions?filter=updateCard:desc");
added.setDescription(
json[0].data.old.desc
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment