col.xyz.type = list

col.xyz.type = list

Create a dropdown list which is either initialized using a static list or using a query.

 

Class

Column Type

Property

col.xyz.type = list

Formal specification

col.xyz.type = list

Required

no

Default



Version

1.0

Comment

  • type = list is the most versatile type given the different methods of initializing the values. 

  • Static configuration: check col.xyz.list.size, col.xyz.nameX, col.xyz.valueX 

  • Dynamically from a database: check col.xyz.query and col.xyz.query.ds 

  • From customfield options available in JIRA check col.xyz.query - customfield

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

col.xyz.list.size 
col.xyz.nameX 
col.xyz.valueX 
col.xyz.query 
col.xyz.query.ds 
col.xyz.query - customfield