Skip to end of banner
Go to start of banner

Data Table from SQL query

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Before using the data table custom field, you have to configure it as described in the Data Table Configuration page.

For this example we will use a dynamic SQL script as a data source to retrieve all data from a product table based on the value of another custom field. So the configuration for our custom field will look like this:

{customfield_10001} represents a free text custom field which will be used for filtering the product name.

After the field is configured, when viewing/creating/editing an issue, as well as in a transition screen, the data table custom field will be populated with the values retrieved from running the sql query with the given parameter taken from issue:

Every time the parameter custom field changes the query is re-executed and the grid displays the new results accordingly. Issue standard fields can also be used as dynamic parameters for the query. For more details check out the Dynamic Query (SQL) page.

If the field would be configured without the dynamic parameter in the sql (without the where clause) it would always retrieve all results from the table, as shown below:

  • No labels