/
Project Components
Project Components
Introduction
The Project Components example shows how you can retrieve information from JIRA in a grid which uses cascading lists.
Screenshots
Grid configuration
gd.columns = project , component
gd.tablename=BOM_test
gd.ds = jira
#
# List all the projects
#
col.project=Project
col.project.type=list
col.project.query=select pname, id from project order by pname
col.project.query.ds = jira
#
# Use the selected project to list the corresponding components
#
col.component=Component
col.component.type=list
col.component.query=select cname, id from component where project = {project.id} order by cname
col.component.query.ds=jira
SQL Setup
Not necessary
, multiple selections available,
Related content
Project Estimation using a grid
Project Estimation using a grid
More like this
Create sub-tasks list using an external data source
Create sub-tasks list using an external data source
More like this
Table Grid Next Generation for Jira Cloud
Table Grid Next Generation for Jira Cloud
More like this
Jira fields datasource
Jira fields datasource
More like this
Table Grid Next Generation Server / Datacenter Documentation
Table Grid Next Generation Server / Datacenter Documentation
More like this
Troubleshooting & FAQ
Troubleshooting & FAQ
More like this