https://your-domain.atlassian.net/rest/api/3/project/{projectKeyOrId}/issuesecuritylevelschemeReturns the issue security scheme associated with the project. **Permissions required:** *Administer Jira* global permission or the *Administer Projects* project permission.
The project ID or project key (case sensitive).
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://your-domain.atlassian.net/rest/api/3/project/{projectKeyOrId}/issuesecuritylevelscheme' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://your-domain.atlassian.net/rest/api/3/project/{projectKeyOrId}/issuesecuritylevelschemeReturns the issue security scheme associated with the project. **Permissions required:** *Administer Jira* global permission or the *Administer Projects* project permission.
The project ID or project key (case sensitive).
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://your-domain.atlassian.net/rest/api/3/project/{projectKeyOrId}/issuesecuritylevelscheme' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}