I have backlog items that need to be watched in daily standup. Currently I have a clumsy method of pulling them into sprint but labeling to make them stand out (and keep the original sprint/backlog info somewhere in text).
Hi Kat, the desire is to differentiate between work committed by the team and stories that were added mid-sprint. We want all work to be visible on the board but be clear about what needs to finish during the sprint.
I can create swim lanes with a simple query based on some flag like a label. The problem is that the basic board query does not specify 'current sprint'. It appears to be a given, so that automatically excludes items that are not in the sprint. I prefer to keep that workahead stuff in the original sprint. Less chance of error, and keeps the plans/backlog intact.
Do you use the Sprint Report? This report can be viewed for the active sprint as well as past sprints.
All the sorties in the current sprint are separated under the headings Completed Issues, Issues Not Completed, and Issues completed outside of this sprint. Any stories added mid-sprint are indicated with an *.
Yes, I use the sprint report for info like this. Unfortunately, I am looking to display the information on the sprint board as a single place to look. Sticking with my manual method for now. Thank you.
Hi @Dennis Lindenberg ,
Would it work keeping them in the sprint using labels (e.g. add label 'mid-sprint') and then creating a swimlane in the scrum board that separates those stories where label = "mid-sprint"? I used a similar method to separate "blocked" stories from others and it seems helpful.
Thanks for the suggestion. I am using a label to differentiate the committed and 'workahead' work in swimlanes.
I am trying to solve the problem of keeping the workahead stories in their original sprints, or backlog, but still show them on the active board. I have to do a hack that changes to the current sprint, but edit the originated sprint in text in the story description. Not elegant and potentially error-prone.
I see... You could create a new Kanban board from a saved filter that looks like this:
project in ("Carlos classic Project") AND sprint in openSprints() AND sprint not in futureSprints() OR labels = mid-sprint
where you use your project name instead of "Carlos classic Project"
Then, yoiu can edit the board settings and create a swimlane for those stories where labels-mid-sprint and another swimlane for everything else
I just tried it and I think it looks like what you're looking for:
Hope it helps,
Carlos
A good try! While it solves one problem, it creates others. I need to keep my team focused on the Scrum board. The kanban board would be yet another board.
Based upon this and other replies, the rules of a scrum board require items to be in the active sprint, so I'll do the diligence of maintaining the original sprint in the story description. Seems to be working this far.
Thanks for your consideration and thoughts.
Dennis
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Apply agile practices
Transform how you manage your work with agile practices, including kanban and scrum frameworks.
Learning Path
Configure agile boards for Jira projects
Learn how to create and configure agile Jira boards so you can plan, prioritize, and estimate upcoming work.
Jira Essentials with Agile Mindset
Suitable for beginners, this live instructor-led full-day course will set up your whole team to understand how to use Jira with an agile methodology.