pub async fn get_dashboard(
configuration: &Configuration,
id: &str,
) -> Result<Dashboard, Error<GetDashboardError>>
Expand description
Returns a dashboard. This operation can be accessed anonymously. Permissions required: None. However, to get a dashboard, the dashboard must be shared with the user or the user must own it. Note, users with the Administer Jira global permission are considered owners of the System dashboard. The System dashboard is considered to be shared with all other users.