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 |