Jira.js - Jira Cloud API library
    Preparing search index...

    Interface WorkflowProjectIssueTypeUsage

    Issue types associated with the workflow for a project.

    interface WorkflowProjectIssueTypeUsage {
        issueTypes?: WorkflowProjectIssueTypeUsagePage;
        projectId?: string;
        workflowId?: string;
    }
    Index

    Properties

    issueTypes?: WorkflowProjectIssueTypeUsagePage
    projectId?: string

    The ID of the project.

    workflowId?: string

    The ID of the workflow.