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.
We are looking for a way to notify the user assigned to a checklist item when the prior checklist item has been completed.
I've set up the command below as if the bold variables worked, but they do not (isee image). Any ideas on other variables to achieve this?
when an item is checked in a checklist
post comment:
{nextchecklistitemname}: Ready to start! @{nextchecklistitemusername}
Hi, @Brittany Cassidy !
As an alternative, you can solve your issue with Business Process Manager.
You can create a Form using the action item
After you create a custom template, use a process blocker
So, the issue with a will be created when the prior task with a checklist has been completed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Currently there is no next item variable. You would need to write you own code using the http request.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any good resources on how to write one's own code using the http request?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I learnt from using the api library documentation with help from a wrapper library py-Trello.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.