Skip to content

Instantly share code, notes, and snippets.

View EdesonABizerril's full-sized avatar

Edeson Bizerril EdesonABizerril

View GitHub Profile
function setNewCardId(notification)
{
new Notification(notification)
.createdCard()
.setCustomFieldValue("Unique ID",latestCardId());
}
function latestCardId()
{
var card = Card.findOrCreate(Board.findOrCreate("System Configuration").findOrCreateList("Card ID"),"Latest Card Count");