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

    Interface CreateWorkflowCondition

    A workflow transition condition.

    interface CreateWorkflowCondition {
        conditions?: Version3Models.CreateWorkflowCondition[];
        configuration?: {};
        operator?: string;
        type?: string;
    }
    Index

    Properties

    The list of workflow conditions.

    configuration?: {}

    EXPERIMENTAL. The configuration of the transition rule.

    operator?: string

    The compound condition operator.

    type?: string

    The type of the transition rule.