The issue types using this status in a project.

interface StatusProjectIssueTypeUsageDto {
    issueTypes?: StatusProjectIssueTypeUsagePage;
    projectId?: string;
    statusId?: string;
}

Properties

A page of issue types.

projectId?: string

The project ID.

statusId?: string

The status ID.