/
How to configure a file list picker
How to configure a file list picker
Introduction
If you want to configure a drop down box containing all the issues of the containing issue.
Solution
This step is very simple - just add a column with following configuration
#
# Define a column which will contain the filename
#
gd.columns = filename
gd.tablename = files
gd.ds = igridtest
#
# This column is a dropdown list, initialized from the list of attachments linked to the issue
#
col.filename = Filename
col.filename.type = list
col.filename.query = select filename, id from fileattachment where issueid = {0}
col.filename.query.parameters = issue:id
col.filename.query.ds = jira
Related content
Link to attachments from a table grid column
Link to attachments from a table grid column
More like this
Use the cascading and driving table to provide a dynamic selection
Use the cascading and driving table to provide a dynamic selection
More like this
Release Notes - Version 1.25
Release Notes - Version 1.25
More like this
Sales list
Sales list
More like this
Overview
More like this
issue values
issue values
More like this