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

    Interface ServerInformation

    Details about the Jira instance.

    interface ServerInformation {
        baseUrl?: string;
        buildDate?: string;
        buildNumber?: number;
        deploymentType?: string;
        scmInfo?: string;
        serverTime?: string;
        serverTitle?: string;
        version?: string;
        versionNumbers?: number[];
    }
    Index

    Properties

    baseUrl?: string

    The base URL of the Jira instance.

    buildDate?: string

    The timestamp when the Jira version was built.

    buildNumber?: number

    The build number of the Jira version.

    deploymentType?: string

    The type of server deployment. This is always returned as Cloud.

    scmInfo?: string

    The unique identifier of the Jira version.

    serverTime?: string

    The time in Jira when this request was responded to.

    serverTitle?: string

    The name of the Jira instance.

    version?: string

    The version of Jira.

    versionNumbers?: number[]

    The major, minor, and revision version numbers of the Jira version.