/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface IssueTransition { /** * The ID of the issue transition. Required when specifying a transition to undertake. */ id?: string; looped?: boolean; [x: string]: any; } //# sourceMappingURL=IssueTransition.d.ts.map