You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
see below my command which works fine until I add 'and set the card description to'
is there a limit to the size of the command?
I would like my card to be programmed so it does a simple template.
when a card is added to list "Automatic jobs test" by anyone, add an empty checklist named "SLA's" to the card, add item "Customer contacted" to checklist "SLA's", add item "Site Visit" to checklist "SLA's", add item "Client Rep Contacted" to checklist "SLA's", add item "Mitigation Started" to checklist "SLA's", add item "Stripout started" to checklist "SLA's", add item "Interim invoice" to checklist "SLA's", add item "Full invoice" to checklist "SLA's", and set the card's description to "Contact details\nPH :\nBroker:"
@Admin i don't think there's an issue with the size of the command. I tried running this and i think the ":" in front of `\n` might be making a regex issue. Try putting a space in between those two, like this, and it should work
"Contact details\nPH : \nBroker:"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.