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

    Interface DashboardDetails

    Details of a dashboard.

    interface DashboardDetails {
        description?: string;
        editPermissions: Version3Models.SharePermission[];
        name: string;
        sharePermissions: Version3Models.SharePermission[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string

    The description of the dashboard.

    editPermissions: Version3Models.SharePermission[]

    The edit permissions for the dashboard.

    name: string

    The name of the dashboard.

    sharePermissions: Version3Models.SharePermission[]

    The share permissions for the dashboard.