Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

This property has been deprecated in favor of the inline parameters method

Excerpt

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>
 <parameter values> ::= <parameter>  ("," <parameter> ) 
<parameter> ::= <customfield ref> | <issue value ref> 
<customfield ref> ::= "customfield":id 
<issue value ref> ::= one of issue 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


Code Block
 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

col.xyz.query 
col.xyz.query.ds 
issue values