Jira.js - Jira Cloud API library
    Preparing search index...

    Interface Issue

    Details about an issue.

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

    Properties

    expand?: string

    Expand options that include additional issue details in the response.

    fieldsToInclude?: Version3Models.IncludedFields
    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.

    properties?: {}

    Details of the issue properties identified in the request.

    renderedFields?: {}

    The rendered value of each field present on the issue.

    schema?: {}

    The schema describing each field present on the issue.

    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.