"A value does not exist for the field 'project'" accessing Dashboard or Filter
Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.
Summary
A user sees the below error while accessing the Dashboard or Filter:
A value with ID 'XXXXXX' does not exist for the field 'project'.
Solution
Check which project is triggering the error
If the user doesn't have permission to browse a project from which the filter is fetching data, the request will result in a HTTP 400 with a similar error.
You can identify which project is causing the error by visiting it directly with the ID number from the error message.
Visit the project via the URL https://<your_site>.atlassian.net/secure/project/EditProject!default.jspa?pid=<XXXXXX>
Replace <XXXXXX> with the ID number from the error
Use the permission helper to check the affected user's permissions
Navigate to ⚙️Settings > System
Under Admin helper, select Permission helper
Select any issue from the project identified above
For User: select the impacted user
For Issue: field select any issue from the project
For Permission: select "Browse Projects"
Select Submit
In most cases, you'll find that the impacted user doesn't have browse permission on the particular project.
To resolve the problem, remove the project above from the filter in questionor grant the impacted user the Browse project permission on that project.
Was this helpful?