How to delete one project from the scrum board that is built on multiple projects?

sachin February 1, 2022

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. 

1 answer

1 accepted

0 votes
Answer accepted
Utkarsh Agarwal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 1, 2022

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.

Screenshot 2022-02-02 104844.png

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

sachin February 11, 2022

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. 

input.png

 

Appreciate your help. 

Utkarsh Agarwal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 11, 2022

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

sachin February 13, 2022

this solution worked liked a charm. Thank you so much Utkarsh. 

Suggest an answer

Log in or Sign up to answer