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"
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.