interface GetIssue {
    expand?: string;
    fields?: string[];
    issueIdOrKey: string;
    updateHistory?: boolean;
}

Properties

expand?: string

A comma-separated list of the parameters to expand.

fields?: string[]

The list of fields to return for each issue. By default, all navigable and Agile fields are returned.

issueIdOrKey: string

The ID or key of the requested issue.

updateHistory?: boolean

A boolean indicating whether the issue retrieved by this method should be added to the current user's issue history