PUT /rest/api/2/issuesecurityschemes/project

Associates an issue security scheme with a project and remaps security levels of issues to the new levels, if provided.

This operation is asynchronous. Follow the location link in the response to determine the status of the task and use Get task to obtain subsequent updates.

Permissions required: Administer Jira global permission.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
projectId String Yes

The ID of the project.

oldToNewSecurityLevelMappings[] Array No

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

oldToNewSecurityLevelMappings[].oldLevelId String Yes

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

oldToNewSecurityLevelMappings[].newLevelId String Yes

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

schemeId String Yes

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

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.