after the project migration to cloud, i have bug, user-story and similar issues typer, that existing on the backlog on the Project - New Group Project (Scrum)Board and on the QA (Kanban) board, this on the cloud, but on the server before migration we only have them in the QA board, how can i fix this, i want to be the same as on the server side.
Hi @NNJK21
if i understood you well In order to fix the issue of bug and user story issue types appearing on both the New Group Project (Scrum) Board and the QA (Kanban) Board after migrating to Jira Cloud,
I believe you need to adjust the board filters in both boards .
In the Scrum Board, modify the filter query to exclude these issue types using JQL, such as: project = "New Group Project" AND issuetype NOT IN (Bug, Story). [This query filters out Bug and Story issues, ensuring they do not appear in Scrum Board ]
For the QA Board, ensure that its filter includes these issue types: project = "New Group Project" AND issuetype IN (Bug, Story).
Dd
Hi Doreen,
Thanks for the response.
But what am trying to do is only move like 10 issues, not all of them.
Is the filtering gonna help me, Or I should find maybe another solution about it.
Even when I delete and create a new issue it goes to the backlog on Project - New Group Project (Scrum)Board and I don't know how to get it to move to the other board(QA board).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.