An issue specified by ID or key. All the fields of the issue object are available in the Jira expression.

interface IssueContextVariable {
    id?: number;
    key?: string;
    type: string;
}

Properties

Properties

id?: number

The issue ID.

key?: string

The issue key.

type: string

Type of custom context variable.