Hi
We plan up to six sprints in advance. We are currently on Sprint 40 and already have work lined up for Sprint 41 to Sprint 45. our sprints are 2 weeks.
We have a cut-off date a week before a sprint starts, after this cut-off date, no one is allowed to add or remove any tickets to this sprint.
Is there a way to track/filter if any tickets are added/removed after the cut off date from an inactive Sprint (Sprint to start in a week's time).
We use createdDate >= "2022-00-00 00:00" ORDER BY created DESC which displays tickets created after a certain date.
However, what we need is to be able to track not just tickets created but rather Added or Removed from an inactive sprint.
Any advice will be much appreciated.
Many Thanks
First things first...as your teams have modified how the Scrum Framework describes Sprint Planning, I would expect this to be very "noisy" reporting. For example, let's say something happens in the current sprint, leading to adjustments at the next planning. Those changes would show up in your report even though they are an expected benefit of capacity-based, just-in-time planning for emerging stakeholder needs.
I recommend the team discuss with your scrum master/coaches what problem you are trying to solve by using this approach, and consider how to experiment and improve.
Regarding the reporting you asked about, the out-of-the-box JQL cannot support that. You can determine that a sprint is in futureSprints(), but you would need other mechanisms to detect when the change occurred, such as with a marketplace addon or use of automation rules with triggers. Again, I suspect this report would be noisy and lead to a lot of extra re-planning for the future sprints.
Kind regards,
Bill
I completely agree with Bill here. Your team might be missing the true value of being "agile" and working in sprints if you are pre-planning your sprints. The whole point is to reflect, learn, and pivot. If you already have your project plan in 3 months worth of sprints, then your team is essentially working in a very waterfall way.
But, to answer your question, I don't think anything is built into Jira that would allow you to see what you seek. Jira wasn't designed to be work the way you described. You may be able to get away using something like Scriptrunner.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.