WorkflowProjectsIssueTypes
Returns the issue types using a given workflow within a project.
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 WorkflowId.
Select * from StatusProjectsIssuetypes where ProjectId=10100 and WorkflowId = 'jira'
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 workflow | |
| ProjectId | Int |
Projects.Id | = | Cloud | The unique identifier of the project using this workflow. |
| WorkflowId | String |
Workflows.Id | = | Cloud | The unique identifier of the workflow. |