Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/models/serverInformation.ts>ServerInformation

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface ServerInformation
import { type ServerInformation } from "https://deno.land/x/jira@v3.0.2/src/version2/models/serverInformation.ts";

Details about the Jira instance.

Properties

optional
baseUrl: string

The base URL of the Jira instance.

optional
buildDate: string

The timestamp when the Jira version was built.

optional
buildNumber: number

The build number of the Jira version.

optional
deploymentType: string

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

optional
scmInfo: string

The unique identifier of the Jira version.

optional
serverTime: string

The time in Jira when this request was responded to.

optional
serverTitle: string

The name of the Jira instance.

optional
version: string

The version of Jira.

optional
versionNumbers: number[]

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