interface PerformCustomerTransition {
    additionalComment?: AdditionalComment;
    id?: string;
    issueIdOrKey: string;
}

Hierarchy (view full)

Properties

additionalComment?: AdditionalComment
id?: string

ID of the transition to be performed.

issueIdOrKey: string

ID or key of the issue to transition