Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Enable grid features by adding the property to the configuration.
gd.sample.size — Generate a number of rows with randomly generated content for each of the columns such that a grid can be tested.
gd.delete.allowed — Allow or disallow users to delete individual rows on a grid
gd.delete.confirmation — When enabled, the grid will ask for confirmation before deleting a set of rows using the 'delete non modified' or 'delete duplicates'
gd.readonly — When you want to use the grid for displaying purposes only
gd.enableXSSValidation — This property is in the first place meant to protect against XSS attacks. Use this property to block submission of html based data into a grid cell (string or textarea).
gd.emptyRows — Use this to initialize the grid with a number of empty rows. Property is applied when you create a new issue. Columns are initialized with their default value
gd.allowAddRows — Enable or disable the possibility to add rows
gd.tablename — Provide the base name of the grid table
gd.selector — Enables selection capabilities on the grid such that a user can select one row. Cell value that resides in the selected row and selector column is accessible in other grid queries using {customfield:XXXXX} notation
gd.decimalSeparator — Use this to specify the default decimal separator for any grid column of type 'number'
gd.cleanupTable — Delete rows from the gridtable when containing issue is deleted.
gd.tracking — When enabled, adds 4 tracking columns to the grid table to know who and when a grid row has been added and/or updated.
gd.filter — Enable filtering capabilities on the grid such that a user can filter out rows based on a search term
gd.columns — Use this to specify what columns should be displayed on the grid
gd.fitcolumns — The columns in the grid are by default resized such that the complete grid does fit into the area provided by JIRA. The aim is to avoid an horizontal scroll bar. When the grid has a lot of columns this results in an unreadable configuration.
gd.visiblerows — specify how many rows a grid should contain
gd.query — A query, used to initialize the grid when the issue is created, when the grid is reloaded using the reload button or when a dependent custom field is changed.
gd.initFromParent — When gd.initFromParent is true, and a sub-task of the issue is created, all rows which are linked to the parent issue, will be duplicated to the created sub-task
gd.initFromClone — When gd.initFromClone is true, and an issue is cloned, all rows which are linked to the original issue, will be duplicated to the new (cloned) issue
gd.query.columns — Use this property to specify which columns should be initialized with the results of a query.
gd.query.reloadOnCustomFieldChange — Allows to disable automatic reloading of the grid on Create Issue and Edit Issue screens triggered by on custom field change
gd.query.ds — Specify on which datasource a query needs to be run.
col.xyz.summary — Adds an additonal row with a summary of the column. This summary can be either 'sum', 'avg', 'count', 'min', 'max' or just a label such as 'total:'
col.xyz.nameX — Used to specify the label of a static list entry
col.xyz.align — Horizontal align the content of a column left, middle or center
col.xyz.hidden — Hide a column from displaying on the grid
col.xyz.uniqueSequence — This property defines if the sequence is unique (is restarted) for each Jira issue or not.
col.xyz.minValue — Specify a minimum value for a number or integer column. Will show an alert if the number is lower than the minValue
col.xyz.width — Specify the width of the column in pixels
col.xyz.plain.width — Specify the width of the column in pixels for raw grid representation (Issue Search, Printable export)
col.xyz.maxLength — Limits the number of characters which can be entered in a text or textarea columns
col.xyz.parseurl — By default, the grid addon will process any character sequence of the form 'a:b' in columns of type textarea and string and turn these into a clickable url.
col.xyz.query.ds — When a list is initialized with a query, use this property to specify which database should be used.
col.xyz.maxValue — Specify a maximum value for a number or integer column. Will show an alert if the number is higher than the maxValue
col.xyz.editable — Use this to indicate if a column should be readonly or not
col.xyz.unchecked — When the checkbox is unchecked - show this value
col.xyz.allow.disabled — The col.xyz.type = userlist allows to list all users in a dropdown. The normal behaviour is to list only the active users. This property allows to modify to include the disabled users.
col.xyz.renderer — Specify how the content of a string or textarea should be rendered. Two options - text or wiki