Custom Fields enable or disable based on their other custom field values.

VENKATESHWARARAO January 22, 2020

In my project(Project A) i have one custom field i.e custom field1 ( type check box) this check box only will enable based on the other two custom field values i.e custom field2 (type drop down) and custom field3 (type drop down). custom field2 values (none,A,B,C,D) and custom field3 values( none, E,F,G,H) custom field1 only enable except the values custom field2(none) and custom field3(none).

 

2 answers

0 votes
Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 22, 2020

You can include javascript in the custom field description which activates and disables field B depending on state of field A.  I would recommend using an app like ScriptRunner to accomplish this though - https://community.atlassian.com/t5/Jira-questions/How-to-enable-disable-custom-field-based-on-another-custom-field/qaq-p/1148589

0 votes
Cristian Ionescu
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 22, 2020

Hi VENKATESHWARARAO,

Jira do not support Bundle Fields out of the box.

You can do this with addons:

https://marketplace.atlassian.com/search?query=bundle%20fields

Suggest an answer

Log in or Sign up to answer