provider Dashboards POST /rest/api/3/dashboard
@utdk/jira /rest/api/3/dashboard
Create dashboard
Creates a dashboard. **[Permissions](#permissions) required:** None.
extendAdminPermissions query
Whether admin level permissions are used. It should only be true if the user has *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg)
boolean

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.

createdashboard
POST/rest/api/3/dashboard
Creates a dashboard. **[Permissions](#permissions) required:** None.

Whether admin level permissions are used. It should only be true if the user has *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg)

Input

The description of the dashboard.

required

The edit permissions for the dashboard.

required

The name of the dashboard.

required

The share permissions for the dashboard.

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.createdashboard({
  "extendAdminPermissions": false
})