Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Query all custom field descriptions that are mapped to a field config

Darin Hafer
Contributor
April 2, 2019

On Jira Server 7.9.2, I have some JQuery added to some custom field descriptions in order to dynamically hide a field based on the value of another field. It works great.

(based on Jamie McCarter's example https://community.atlassian.com/t5/Answers-Developer-Questions/How-to-hide-a-field-AND-it-s-label-based-on-another-field/qaq-p/464258)

The JQuery is added to the custom field description that you edit from within the Field Configuration that that field belongs to.

 

I'd like to get an inventory of where I've put this JQuery code -- in the field descriptions. What would be a Postgres query to retrieve this detail? I've tried using the Jira REST API but the API doesn't seem to provide what I'm looking for.

 

I've implemented this JQuery for many fields and I know where the JQuery code is. However, there is one field that is working flawlessly with it's dynamic behavior, but I can't find where I put the JQuery. So if I need to change it, I can't!  It's not where I've put it for other fields. So it'd be great to figure out how to query for it. Thanks.

0 answers

Suggest an answer

Log in or Sign up to answer