Deleting a Scrum Board in Jira: A Step-by-Step Guide
Managing projects with Jira's Scrum boards can be a powerful way to streamline workflows and increase team productivity. However, there may come a time when you need to delete a Scrum board that's no longer needed. Here's a comprehensive, step-by-step guide on how to delete a Scrum board in Jira, ensuring you understand the implications and the process.
Understanding the Impact of Deleting a Scrum Board
Before you proceed, it's crucial to understand that deleting a Scrum board in Jira is a permanent action. All issues, comments, attachments, and other data associated with the board will be permanently deleted. Therefore, it's recommended to export or backup any critical data before proceeding.
Exporting or Backing Up Your Data
To export issues from a Scrum board, follow these steps:

- Go to the Scrum board you want to delete.
- Click on "Issues" in the sidebar, then select "Export issues".
- Choose the export format (e.g., CSV, Excel, or XML).
- Select the issues you want to export or choose "All issues" if you want to export everything.
- Click on "Export".
Deleting a Scrum Board in Jira
Now that you've backed up your data, you can proceed with deleting the Scrum board. Here's how:
Method 1: Using the Jira Interface
- Log in to your Jira site as an administrator.
- Click on "Projects" in the sidebar.
- Find the project that contains the Scrum board you want to delete and click on its key.
- Click on "Delete" in the sidebar.
- Enter the project key and click "Delete".
Method 2: Using the Jira REST API
If you're comfortable with coding, you can also delete a Scrum board using Jira's REST API. Here's a sample request:
| Method | URL | Request Body |
|---|---|---|
| DELETE | /rest/api/2/project/{projectKeyOrId} | No request body needed |
Confirming the Deletion
After deleting the project, Jira will display a confirmation message. Click "Yes, delete" to confirm the deletion. The Scrum board and all its associated data will be permanently deleted.

What Happens After Deleting a Scrum Board?
Once the Scrum board is deleted, it will no longer appear in the list of active Scrum boards. Any users who try to access the deleted board will see a "Board not found" error message. The project key will also be released and can be used for a new project.
Deleting a Scrum board in Jira is a straightforward process, but it's essential to understand the implications and ensure you've backed up any critical data. By following this guide, you can delete a Scrum board with confidence and minimal disruption to your project management workflows.























