xlrelease.Dashboard

A dashboard with tiles displayed in XL Release UI

Type hierarchy: xlrelease.Dashboard > xlrelease.ReleaseExtension > udm.BaseConfigurationItem
Label: Xlrelease: Dashboard

Properties

Property Kind Description
title String Symbolic name for the dashboard. Max length of 255 characters.
description String Description for the dashboard.
parentId String Parent that the dashboard belongs to
owner String The owner of this dashboard. This user has implicit read and edit permission on the dashboard
tiles List of xlrelease.Tile (contained) Tiles in this dashboard
roleViewers List of string List of roles or teams with view permission on this dashboard
roleEditors List of string List of roles or teams with edit permission on this dashboard
rows Integer Set number of rows the dashboard can contain
columns Integer Number of columns the dashboard can contain

title

Symbolic name for the dashboard. Max length of 255 characters.

description

Description for the dashboard.

parentId

Parent that the dashboard belongs to

owner

The owner of this dashboard. This user has implicit read and edit permission on the dashboard

tiles

Tiles in this dashboard

roleViewers

List of roles or teams with view permission on this dashboard

roleEditors

List of roles or teams with edit permission on this dashboard

rows

Set number of rows the dashboard can contain

columns

Number of columns the dashboard can contain

Hidden properties

Property Kind Description
supportedScopes List of string Determines on which levels the dashboard template can be used.
configurationUri String URI of the HTML file to render the configuration mode of this dashboard
scriptLocation String Custom classpath location of the dashboard configuration Jython script
templateLocation String Custom classpath location of the dashboard template JSON file

supportedScopes

Determines on which levels the dashboard template can be used.

configurationUri

URI of the HTML file to render the configuration mode of this dashboard

scriptLocation

Custom classpath location of the dashboard configuration Jython script

templateLocation

Custom classpath location of the dashboard template JSON file