Displaying Fields Based on Another Field value Selection

siva kedari veerla September 11, 2019

I am looking for to show/hide custom field based on another field value in the create screen. Suppose, we have below four fields,

1. Select list field has values "YES" and "NO"

2. text field 1

3. text field 2

4. text field 3

5. text field 4

Suppose user selecting slect list field value as "YES" then need to dispaly text field 1 and text field 2, and if value is "NO" then only need to dispaly text field 3 and text field 4 in the create screen.

Please share the best way to do this..our JIRA version is 7.13.5.

1 answer

0 votes
Ravi Sagar _Sparxsys_
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.
September 11, 2019

Hi @siva kedari veerla 

It can be done by writing custom JavaScript (in custom field description) or using ScriptRunner Behaviours, check this example.

Ravi

Suggest an answer

Log in or Sign up to answer