"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.

  1. Visit the project via the URL https://<your_site>.atlassian.net/secure/project/EditProject!default.jspa?pid=<XXXXXX>

    1. Replace <XXXXXX> with the ID number from the error

Use the permission helper to check the affected user's permissions

  1. Navigate to ⚙️Settings > System

  2. Under Admin helper, select Permission helper

  3. Select any issue from the project identified above

    1. For User: select the impacted user

    2. For Issue: field select any issue from the project

    3. For Permission: select "Browse Projects"

    4. 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.

Updated on April 11, 2025

Still need help?

The Atlassian Community is here for you.