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

    Interface WorkflowCreate

    Details of the created workflows and statuses.

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

    Properties

    List of created statuses.

    List of created workflows.