A Jira issue.

interface JiraIssue {
    changelog?: JiraChangelogResponse;
    fields: JiraIssueFields;
    id: string;
    key: string;
    self: string;
}

Properties

Embedded changelog when requested with expand=changelog

Issue fields

id: string

Numeric string ID

key: string

Issue key (e.g. 'PROJ-42')

self: string

URL of the issue resource