/
gd.query.reloadOnCustomFieldChange

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:

  • gd.query.reloadOnCustomFieldChange=true
    Performs grid reload automatically on custom field value change on "Create Issue" and "Edit Issue" screens if the gd.query value is specified and contains custom field references (like "{customfield:10003}"). Default behaviour. 

  • gd.query.reloadOnCustomFieldChange=false
    Does not perform automatic grid reload on custom field change on "Create Issue" and "Edit Issue" screens.

Example



gd.query=select vendor,sandwichname,price from sandwichprices where vendor = {customfield:10003}  gd.query.ds=jira gd.query.reloadOnCustomFieldChange=false



Reference

 Grid reload 
issue values 
gd.query 
gd.query.ds 
gd.query.parameters 
gd.query.columns 
gd.query.keepOnRefresh