Query parameters for fetching an issue.

interface IssueParams {
    expand?: string;
    fields?: string;
    properties?: string;
    updateHistory?: boolean;
}

Properties

expand?: string

Fields to expand (e.g. 'changelog,renderedFields,transitions')

fields?: string

Comma-separated list of fields to include (e.g. 'summary,status,assignee'). Use '*all' for all fields. Default: all navigable fields.

properties?: string

Properties to include

updateHistory?: boolean

Whether to update the view count