Jira.js - Jira Cloud API library
    Preparing search index...

    Interface OldToNewSecurityLevelMappings

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

    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.