The ID or key of a linked issue.

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

Properties

Properties

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.