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

    Interface WorkflowOperations

    Operations allowed on a workflow

    interface WorkflowOperations {
        canDelete: boolean;
        canEdit: boolean;
    }
    Index

    Properties

    Properties

    canDelete: boolean

    Whether the workflow can be deleted.

    canEdit: boolean

    Whether the workflow can be updated.