interface OldToNewSecurityLevelMappings {
    newLevelId: string;
    oldLevelId: string;
}

Properties

newLevelId: string

The new issue security level ID. Providing null will clear the assigned old level from issues.

oldLevelId: string

The old issue security level ID. Providing null will remap all issues without any assigned levels.