/
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
Related content
How to build a column containing a list of project components
How to build a column containing a list of project components
More like this
Table Grid configuration basics
Table Grid configuration basics
More like this
How to configure a column which lists all the users who have a role in the containing project
How to configure a column which lists all the users who have a role in the containing project
More like this
Getting started
Getting started
More like this
Jira fields data source
Jira fields data source
More like this
Jira fields datasource
Jira fields datasource
More like this