provider Project permission schemes GET /rest/api/3/project/{projectKeyOrId}/securitylevel
@utdk/jira /rest/api/3/project/{projectKeyOrId}/securitylevel
Get project issue security levels
Returns all [issue security](https://confluence.atlassian.com/x/J4lKLg) levels for the project that the user has access to. This operation can be accessed anonymously. **[Permissions](#permissions) required:** *Browse projects* [global permission](https://confluence.atlassian.com/x/x4dKLg) for the project, however, issue security levels are only returned for authenticated user with *Set Issue Security* [global permission](https://confluence.atlassian.com/x/x4dKLg) for the project.
projectKeyOrId path required
The project ID or project key (case sensitive).
string

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
getsecuritylevelsforproject
GET/rest/api/3/project/{projectKeyOrId}/securitylevel
Returns all [issue security](https://confluence.atlassian.com/x/J4lKLg) levels for the project that the user has access to. This operation can be accessed anonymously. **[Permissions](#permissions) required:** *Browse projects* [global permission](https://confluence.atlassian.com/x/x4dKLg) for the project, however, issue security levels are only returned for authenticated user with *Set Issue Security* [global permission](https://confluence.atlassian.com/x/x4dKLg) for the project.

Parameters

required

The project ID or project key (case sensitive).

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.getsecuritylevelsforproject()