Details about an issue.

interface Issue {
    changelog?: Version2.Version2Models.PageOfChangelogs;
    editmeta?: Version2.Version2Models.IssueUpdateMetadata;
    expand?: string;
    fields: Version2.Version2Models.Fields;
    fieldsToInclude?: Version2.Version2Models.IncludedFields;
    id: string;
    key: string;
    names?: Record<string, string>;
    operations?: Version2.Version2Models.Operations;
    properties?: {};
    renderedFields?: Version2.Version2Models.Fields;
    schema?: {};
    self?: string;
    transitions?: Version2.Version2Models.IssueTransition[];
    versionedRepresentations?: {};
}

Properties

expand?: string

Expand options that include additional issue details in the response.

id: string

The ID of the issue.

key: string

The key of the issue.

names?: Record<string, string>

The ID and name of each field present on the issue.

properties?: {}

Details of the issue properties identified in the request.

Type declaration

    renderedFields?: Version2.Version2Models.Fields

    The rendered value of each field present on the issue.

    schema?: {}

    The schema describing each field present on the issue.

    Type declaration

      self?: string

      The URL of the issue details.

      The transitions that can be performed on the issue.

      versionedRepresentations?: {}

      The versions of each field on the issue.

      Type declaration