Issue security scheme, project, and remapping details.

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

Properties

oldToNewSecurityLevelMappings?: Version3.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.