Details about an issue.

interface Issue {
    changelog?: Version3.Version3Models.PageOfChangelogs;
    editmeta?: Version3.Version3Models.IssueUpdateMetadata;
    expand?: string;
    fields: Version3.Version3Models.Fields;
    fieldsToInclude?: Version3.Version3Models.IncludedFields;
    id: string;
    key: string;
    names?: {};
    operations?: Version3.Version3Models.Operations;
    properties?: {};
    renderedFields?: {};
    schema?: {};
    self?: string;
    transitions?: Version3.Version3Models.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?: {}

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

Type declaration

    properties?: {}

    Details of the issue properties identified in the request.

    Type declaration

      renderedFields?: {}

      The rendered value of each field present on the issue.

      Type declaration

        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