/
addDashboardToFavorites
addDashboardToFavorites
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
addDashboardToFavorites(ownerName, dashboardName)
Description
Adds a dashboard to user's favorites.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
ownerName | string | Yes | The username of a user |
dashboardName | string | Yes | The name of a dashboard |
Return type
boolean
The result of operation
Example
boolean result = addDashboardToFavorites("admin", "dashboard for Agile project");
See also
, multiple selections available,
Related content
addDashboardToFavorites
addDashboardToFavorites
More like this
addFilterToFavorites
addFilterToFavorites
More like this
createDashboard
createDashboard
More like this
admGetDashboardsForUser
admGetDashboardsForUser
More like this
admGetFavouriteDashboards
admGetFavouriteDashboards
More like this
shareDashboard
shareDashboard
More like this