We are at Atlassian Summit - which will affect our response times. Meet us there (if you happen to be in San Jose)
The table grid editor documentation has moved to Table Grid Editor for Jira Server Documentation.
Overview
Table Grid Editor
Table Grid Reader
Multi Level Cascade
Still working on multiple issue trackers ? Synchronize any data flexibly with exalate
When a list is initialized with a query, use this property to specify which database should be used.
Class |
column |
---|---|
Property |
col.xyz.query.ds |
Formal specification |
col.xyz.query.ds = datasource name |
Required |
yes when col.xyz.query is specified |
Default |
|
Version |
|
Comment |
More details on how to specify the datasource name is available on Datasource Specifications |
Example |
col.city=Cities col.city.type = list col.city.query=select cityName, id from cities order by cityName; col.city.query.ds = touristInfo |
Reference |