Something's gone wrong error on team-managed Jira project board
Platform Notice: Cloud - This article applies to Atlassian products on the cloud platform.
Summary
When accessing a Jira board in a Team-managed project it fails to load and displays a "Something's gone wrong" error message.
There are multiple scenarios that can exist to cause this behavior.
Board is attempting to display issues beyond the limit
Jira has a limit for total issues displayed on a board:
- Software projects: 5000 issues
- Work management projects: 1000 issues
If the board filter for this board includes more than the limit, the board may fail to load and display this error.
Confirm how many issues are being returned on a board
Run an issue search for all issues in your affected project. For example:
project = <PKEY> ORDER BY created DESC
Jira will show the total number of issues at the bottom of the search results. If the number is above 1000, the number will be clickable to fetch the total number.
If the total doesn't exceed the above limits, skip to the next potential cause, which is titled Check the user's permissions and license level.
Solution 1: Bulk transition older issues to a status that isn't mapped to the board
- Create a new status
- For example, an Archived status
- From your board view, click More options (...) > Configure board
- Move your new status to the "Unassigned statuses" column
- Run an issue search for all issues that have not been modified in a timeframe of your choosing
- From the issue search page, click More options (...) > Bulk change all X issues
- Bulk transition your older issues to your new status
Solution 2: Move issues to another project
- Run an issue search for any issues that you don't need to retain in your project
- From the issue search page, click More options (...) > Bulk change all X issues
- Bulk Move the issues to a new project of your choice
We have a feature request to track the customers' impact and a Bug about the misleading error message displayed in Team-managed projects:
- Feature request: JSWCLOUD-16259 - Getting issue details... STATUS
- Bug: JSWCLOUD-25500 - Getting issue details... STATUS
Check the user's permissions and license level
It's possible for some user accounts to look like they've been granted a Jira product license within the web interface, but still lack permission to access Jira projects.
"Refresh" the user's Jira access license
- As a site-admin, Remove the Jira product access for the affected user
- Add product access for the user
If you're unable to get around the issue using the above solutions, please reach out to Atlassian support.