I've created a software project(XYZ) having 2 boards (Scrum(XYZ_SCRUM) & Kanban(XYZ_KANBAN) with different projects). now the problem is, when i create a new ticket in XYZ_SCRUM board, that ticket reflects in other board too, that i don't want.
If i remove this XYZ project from displaying ,in the filter that I'm using here in different boards, then any ticket i create in XYZ project in any board, doesn't reflect in any of the backlogs of these boards of XYZ project.
Is there any way to handle this problem??
There is no problem where it is.
Boards do not contain issues, they are a view of a selection of issues. At the moment, your boards probably have the same selection, so they are showing you the same issues. If you then change one of these issues so that it is no longer selected by a board, then, of course, any board using the same selection will also stop showing the issue.
To get boards to display different lists of issues, go into the board configuration and change the filter they are using.
A very blunt example - imagine you have one project ABC. Your boards will, by default, be set to use "Project = ABC" for their selection.
Let's say you want your two boards to be differentiated by a simple custom field called sk-indicator that people have to select "scrum" or "kanban" from when creating an issue. Change your board filters so that the Scrum board filter is "Project = ABC and sk-indicator = scrum" and the Kanban such that the filter is "Project = ABC and sk-indicator = kanban"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.