Deprecated. See the deprecation notice for details.

Use the optional workflows.usages expand to get additional information about the projects and issue types associated with the requested workflows.

interface ProjectIssueTypes {
    issueTypes?: null | (null | string)[];
    project?: null | ProjectId;
}

Properties

issueTypes?: null | (null | string)[]

IDs of the issue types

project?: null | ProjectId

Project ID details.