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

    Interface AssociateSchemesToProjects

    Issue security scheme, project, and remapping details.

    interface AssociateSchemesToProjects {
        oldToNewSecurityLevelMappings?: Version3Models.OldToNewSecurityLevelMappings[];
        projectId: string;
        schemeId: string;
    }
    Index

    Properties

    oldToNewSecurityLevelMappings?: Version3Models.OldToNewSecurityLevelMappings[]

    The list of scheme levels which should be remapped to new levels of the issue security scheme.

    projectId: string

    The ID of the project.

    schemeId: string

    The ID of the issue security scheme. Providing null will clear the association with the issue security scheme.