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

    Interface WorkflowValidationError

    The details about a workflow validation error.

    interface WorkflowValidationError {
        code?: string;
        elementReference?: WorkflowElementReference;
        level?: string;
        message?: string;
        type?: string;
    }
    Index

    Properties

    code?: string

    An error code.

    elementReference?: WorkflowElementReference
    level?: string

    The validation error level.

    message?: string

    An error message.

    type?: string

    The type of element the error or warning references.