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
We have statuses such as "Backlog - 2 weeks", "To Do - 3 days", "Today", and "Done".
I want to use automation to progress issues/ items from:
(a) "Backlog - 2 Weeks" to "To Do - 3 days" once issues they have spent 11 days in this status.
(b) Similarly, I want to transition "To Do - 3 Days" to "TODAY" once issues have spent 3 days in "To Do - 3 days"
We use JIRA for Stand-ups and end up discussing only "TODAY" items. It takes time to manually update the issues (which I have to do), but if they move automatically based on time spent, the work for the team gets automatically added to assignments for
"TODAY" and can be discussed during the meeting.
Do you mean this jql?
a) status changed TO "Backlog - 2 Weeks" AFTER startofday(-11) and status = "Backlog - 2 Weeks"
b) status changed TO "To Do - 3 Days" AFTER startofday(-3) and status = "To Do - 3 Days"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.