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

    Interface CreateDashboard

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

    Hierarchy

    Index

    Properties

    description?: string

    The description of the dashboard.

    editPermissions?: Version3Models.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

    name: string

    The name of the dashboard.

    sharePermissions: Version3Models.SharePermission[]

    The share permissions for the dashboard.