gd.query.reloadOnCustomFieldChange
Allows to disable automatic reloading of the grid on Create Issue and Edit Issue screens triggered by on custom field change
Class | Grid Initialization |
---|---|
Property | gd.query.reloadOnCustomFieldChange |
Formal specification | gd.query.reloadOnCustomFieldChange = true | false |
Required | no |
Default | true |
Version | 1.19 |
Comment | Options:
|
Example | gd.query=select vendor,sandwichname,price from sandwichprices where vendor = {customfield:10003}Â
gd.query.ds=jira
gd.query.reloadOnCustomFieldChange=false
|
Reference |  Grid reload |