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

interface HealthCheckResult {
    description?: string;
    name?: string;
    passed?: boolean;
}

Properties

description?: string

The description of the Jira health check item.

name?: string

The name of the Jira health check item.

passed?: boolean

Whether the Jira health check item passed or failed.