This article describes column values placeholders and how they can be used in the Table Grid Next Generation.
Excerpt | ||
---|---|---|
| ||
Create cascading select lists in a grid using column values placeholders. |
...
You can write the placeholder in a query to get dynamic list options that will depend on the value set in another gird grid column.
Placeholder syntax
...
column - Grid column element that helps to distinguish the column placeholder from the Jira value placeholder
<gird<grid_column_identifier> - the identifier of the column which value you want to use in order to filter data.
...