PUT /rest/api/2/dashboard/bulk/edit

Bulk edit dashboards. Maximum number of dashboards to be edited at the same time is 100.

Permissions required: None

The dashboards to be updated must be owned by the user, or the user must be an administrator.

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
entityIds[] Array Yes

The id list of shareable entities to be changed.

action String Yes

Allowed action for bulk edit shareable entity

Possible values:

  • "removePermission"
  • "addPermission"
  • "changeOwner"
  • "changePermission"
extendAdminPermissions Boolean No

Whether the actions are executed by users with Administer Jira global permission.

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.