Forums

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

Set values of dropdown list based on value of another field

ys July 25, 2019

Hello, I'm not too sure how to approach this problem.  I want to have 2 fields (A and B), where field A is a text field and field B is a dropdown menu.  Now, I want to use field A to determine the list of possible values that field B can contain. So for example,

if field A = "x", field B = {1,2,3}

if field A = "y", field B = {2,3,4}

if field A = "z", field B = {1,4,5}

etc...

 

Is this possible with scripted field perhaps? 

1 answer

1 accepted

2 votes
Answer accepted
Jack Brickey
Community Champion
July 25, 2019

you just need to create a custom field of type Cascading Select.

ys July 26, 2019

Oh, the answer was easier than I thought. Thanks :)

Clara Martinez
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 4, 2023

I create a field of that type.  I was expecting to be asked for the values to populate both dropdowns.  How do I do that?

Suggest an answer

Log in or Sign up to answer