StatusProjectsIssueTypes
Returns the issue types in a project using a given status.
Note: This view is available only in the Jira Cloud version.
Table Specific Information
Select
To execute a query on this object you need to specify the ProjectId and StatusId.
Select * from StatusProjectsIssuetypes where ProjectId=10100 and StatusId = 6
Columns
| Name | Type | References | SupportedOperators | Platform | Description |
| IssueTypeId | String |
IssueTypes.Id | Cloud | The unique identifier of the issue type for the project in the given status | |
| ProjectId | Int |
Projects.Id | = | Cloud | The unique identifier of the project using this status |
| StatusId | Int |
Statuses.Id | = | Cloud | The unique idetifier of the status |