NAME

JIRA::API::ServerInformation -

SYNOPSIS

my $obj = JIRA::API::ServerInformation->new();
...

PROPERTIES

baseUrl

The base URL of the Jira instance.

buildDate

The timestamp when the Jira version was built.

buildNumber

The build number of the Jira version.

deploymentType

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

healthChecks

Jira instance health check results. Deprecated and no longer returned.

scmInfo

The unique identifier of the Jira version.

serverTime

The time in Jira when this request was responded to.

serverTitle

The name of the Jira instance.

version

The version of Jira.

versionNumbers

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