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

    Interface WorkflowCreate

    Details of the created workflows and statuses.

    interface WorkflowCreate {
        statuses?: JiraWorkflowStatus[];
        workflows?: JiraWorkflow[];
    }
    Index

    Properties

    statuses?: JiraWorkflowStatus[]

    List of created statuses.

    workflows?: JiraWorkflow[]

    List of created workflows.