Jira.js - Jira Cloud API library
    Preparing search index...

    Interface UpdateDashboard

    Details of a dashboard.

    interface UpdateDashboard {
        description?: string;
        editPermissions: Version2Models.SharePermission[];
        extendAdminPermissions?: boolean;
        id: string;
        name: string;
        sharePermissions: Version2Models.SharePermission[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string

    The description of the dashboard.

    editPermissions: Version2Models.SharePermission[]

    The edit permissions for the dashboard.

    extendAdminPermissions?: boolean

    Whether admin level permissions are used. It should only be true if the user has Administer Jira global permission

    id: string

    The ID of the dashboard to update.

    name: string

    The name of the dashboard.

    sharePermissions: Version2Models.SharePermission[]

    The share permissions for the dashboard.