I have a scrum board created based on two projects, but one of them has no relevance on the board now, and i want to delete one among them, is that possible?
Example:
Current:
Board A built on Project 1 and Project 2
End Result: (expected)
Board A with just Project 2
What i need:
Now the Project 2 is no more relevant for the team and i want to delete Project 2.
Hi @sachin ,
Welcome to the community!
Jira scrum/kanban boards have board filter as the unique source identifier. All you need to do is update the board filter to refer only a single project.
Even if you delete the project(can be done by jira admins only), you still need to edit the board filter to avoid any issues.
Kind Regards
Utkarsh
Hi Utkarsh, thank you for taking time to answer the query. Really Appreciate.
I tried updating the filter with just one project and also tried changing the filter query with a new one, but the additional project still shows up.
the last project is "YOC" is additional which i really do not want.
I am just looking for the project "Digital Temper Visor" in Project Board.
Appreciate your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @sachin ,
Your JQL query needs parenthesis as the OR operator is pulling everything outside the scope of single project. Try something like:
project = ABC and (Team = Spartans OR "Epic Team\\s"=Spartans) ORDER BY Rank ASC
Kind Regards
Utkarsh
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.