Issue types associated with the workflow for a project.

interface WorkflowProjectIssueTypeUsageDto {
    issueTypes?: WorkflowProjectIssueTypeUsagePage;
    projectId?: string;
    workflowId?: string;
}

Properties

A page of issue types.

projectId?: string

The ID of the project.

workflowId?: string

The ID of the workflow.