col.xyz.query.parameters - deprecated
This property has been deprecated in favor of the inline parameters method
Inject parameters in the query used to build the content of a dynamic list. 
For instance when you want to provide a different list of options depending on context parameters
Class  | Column  | 
|---|---|
Property  | col.xyz.query.parameters  | 
Formal specification  | col.xyz.query.parameters = <parameter values>  | 
Required  | no  | 
Default  | no  | 
Version  | 1.5  | 
Comment  | As requested on uservoice It is now possible to adapt the content of a dynamic list depending on the value of the issue or custom field.  | 
Example  |  col.alist=alist 
col.alist.type=list 
col.alist.query=SELECT plane_name FROM airplane WHERE plane_origin={0} or plane_origin={1} 
col.alist.query.parameters=customfield:10200,customfield:10100 
 | 
Reference  |