provider Dashboards PUT /rest/api/3/dashboard/bulk/edit
@utdk/jira /rest/api/3/dashboard/bulk/edit
Bulk edit dashboards
Bulk edit dashboards. Maximum number of dashboards to be edited at the same time is 100. **[Permissions](#permissions) required:** None The dashboards to be updated must be owned by the user, or the user must be an administrator.

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

bulkeditdashboards
PUT/rest/api/3/dashboard/bulk/edit
Bulk edit dashboards. Maximum number of dashboards to be edited at the same time is 100. **[Permissions](#permissions) required:** None The dashboards to be updated must be owned by the user, or the user must be an administrator.

Input

required

Allowed action for bulk edit shareable entity

The details of change owner action.

required

The id list of shareable entities to be changed.

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

The permission details to be changed.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.bulkeditdashboards()