for this sprint, I kicked off two tracks for the same sprint, one to develop new user stories, the other is to fix all defects in previous sprint. However, I activated the new stories sprint, but kept the bugs in an inactive sprint.
is there a way to create a kanban board only showing the issues in that "inactive" bug sprint?
I'd like to keep it kanban since i can't gurantee or commit the bugs, still lot to be found and i expect tonz in and out of it
Hi @Ahmed Alghamdi,
Sure. You can configure the source of your board using JQL. Assuming you use the issue type 'bug' for your bugs, just select them as the source for your kanban board:
Project = <your project> and issuetype = bug ORDER BY Rank
(the last part I added so you can change the order of the bugs by drag and drop on the board)
On a side note - if you exclude your bugs from the scrum board, the development effort spent on them will not be included in any of the scrum board reports (velocity, burndown, ...) and your team will have to find their work in 2 locations. Which is perfectly fine, but needs some ceremony around that.
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.