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

    Interface OperationMessage

    interface OperationMessage {
        message: string;
        statusCode: number;
    }
    Index

    Properties

    Properties

    message: string

    The human-readable message that describes the result.

    statusCode: number

    The status code of the response.