Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. function mirrorCardsBasedOnLabel(notification)
  2. {
  3. var label = new Notification(notification).addedLabel();
  4. label
  5. .card()
  6. .attachLink(label.card().copyToList(Board.findOrCreate(label.color()+" Team")
  7. .findOrCreateList("Inbox"))
  8. .attachLink(label.card().link())
  9. .link());
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement