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

    Interface DeleteWorkflowTransitionProperty

    interface DeleteWorkflowTransitionProperty {
        key: string;
        transitionId: number;
        workflowMode?: string;
        workflowName: string;
    }
    Index

    Properties

    key: string

    The name of the transition property to delete, also known as the name of the property.

    transitionId: number

    The ID of the transition. To get the ID, view the workflow in text mode in the Jira admin settings. The ID is shown next to the transition.

    workflowMode?: string

    The workflow status. Set to live for inactive workflows or draft for draft workflows. Active workflows cannot be edited.

    workflowName: string

    The name of the workflow that the transition belongs to.