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

    Interface WorkflowElementReference

    A reference to the location of the error. This will be null if the error does not refer to a specific element.

    interface WorkflowElementReference {
        propertyKey?: string;
        ruleId?: string;
        statusMappingReference?: Version2Models.ProjectAndIssueTypePair;
        statusReference?: string;
        transitionId?: string;
    }
    Index

    Properties

    propertyKey?: string

    A property key.

    ruleId?: string

    A rule ID.

    statusMappingReference?: Version2Models.ProjectAndIssueTypePair
    statusReference?: string

    A status reference.

    transitionId?: string

    A transition ID.