gd.query.parameters - deprecated
This property has been deprecated in favor of the inline parameters method
 Allows to make the query, which initializes the grid, dependent on custom field values of the containing issue.
Class | init |
---|---|
Property | gd.query.parameters |
Formal specification | gd.query.parameters=issuevalue [, issuevalue] |
Required | no |
Default | |
Version | 1.0 |
Comment | Â * the gd.query can contain parameters that are marked {0}, {1}, {2}...,Â
|
Example | Following query selects all customers from a specific state, as selected in the customfield. ... gd.columns=name, city, revenueÂ
gd.query = select name, city, revenue from customers where state = '{0}'Â
gd.query.parameters = customfield:10010 ...Â
|
Reference |  Grid reload |
Â