The ID or key of a linked issue.

interface LinkedIssue {
    fields?: Fields;
    id?: string;
    key?: string;
    self?: string;
}

Properties

Properties

fields?: Fields

The fields associated with the issue.

id?: string

The ID of an issue. Required if key isn't provided.

key?: string

The key of an issue. Required if id isn't provided.

self?: string

The URL of the issue.