https://your-domain.atlassian.net/rest/api/3/issuetype/projectReturns issue types for a project. This operation can be accessed anonymously. **Permissions required:** *Browse projects* project permission in the relevant project or *Administer Jira* global permission.
The ID of the project.
The level of the issue type to filter by. Use: * `-1` for Subtask. * `0` for Base. * `1` for Epic.
{
"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/issuetype/project' \
--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/issuetype/projectReturns issue types for a project. This operation can be accessed anonymously. **Permissions required:** *Browse projects* project permission in the relevant project or *Administer Jira* global permission.
The ID of the project.
The level of the issue type to filter by. Use: * `-1` for Subtask. * `0` for Base. * `1` for Epic.
{
"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/issuetype/project' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}