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.
I've got a specific set of tasks for each day of the week that I want to copy into my daily-todo with a board button.
The tasks are cards in a Mon, Tue, Wed etc list. I have a button for each list to copy those cards to my daily-todo list.
Ideally I would like the button for Mon to only be visible on Mon, for Tue, on Tue etc.
I see that only enabled buttons are visible so I'm wondering if there is a way to only have the Mon button auto-enabled on Mon etc. The Calendar rules don't support enabling buttons as far as I can tell but thought I'd ask if there is another way to accomplish this.
Thx,
Ty
There's not a way to enable/disable buttons like that, but you could use a single command if the name of your lists are formatted a certain way using date formatting - your command would end up looking like:
move all the cards in list "{date~ddd}" to list "Todo"
This would make it so on Tuesday, that button would move all the cards in the list named `Tue` to the list named `Todo` (if you want full weekday names, use `dddd` instead of `ddd`)
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.