Hi
Is it possible to use in one project Kanban and Scrum boards simultaneously? The team is working by sprints, providing functionality (scrum board), but also needs to fix bugs as they come (Kanban).
Hi. yes you can.
on the kanban board configuration general screen, you should find the 'Kanban board sub-filter'. Replace the query with this:
issuetype = bug and (fixVersion in unreleasedVersions() OR fixVersion is EMPTY).
For the scrum board, if you want to filter out certain issue types, copy the existing filter (which is displayed also on the board general configuration) and after amending it, save it and apply it on the scum board
Yes. You can give the boards the same board filter, so that they have the same view of the issues. Or you could give them different filters (For example, for your bugs, use "Project = XYZ and issuetype = bug" and for the Kanban, and then "Project = XYZ and issuetype != bug" for the developer's Scrum board)
Be aware though:
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.