/
changeDashboardOwner
changeDashboardOwner
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center?Ā Click hereĀ !
Syntax
changeDashboardOwner(oldOwnerName, newOwnerName, dashboardName, transferFilters)
Description
Changes the ownership of an existing dashboard.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
oldOwnerName | string | Yes | The username of the current/old owner of the dashboard |
newOwnerName | string | Yes | An username the new owner of the dashboard |
dashboardName | string | Yes | The dashboard name |
transferFilters | boolean | Yes | If true, all filters used by the dashboard will get transferred to the new dashboard owner |
Return type
boolean
Returns true if the ownership was successfully changed.
Example
boolean success = changeDashboardOwner("jdoe", "admin", "Project status board", true);
See also
, multiple selections available,
Related content
changeDashboardOwner
changeDashboardOwner
More like this
admGetDashboardsByOwner
admGetDashboardsByOwner
More like this
Change Dashboard Owner
Change Dashboard Owner
More like this
admGetDashboardsForUser
admGetDashboardsForUser
More like this
Shared ownership for dashboards
Shared ownership for dashboards
More like this
admCopyDashboard
admCopyDashboard
More like this