Forums

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

Making visible some questions depending on answer selected in previous custom fields

mel vega
Contributor
October 13, 2015

Hi,

I would like to know if it's possible to implement this functionality as cascading options: (cascading list has only two levels and we don't want to use a paying plugin to add levels)

 e.g : Run Impact ? Yes/No   

If I select Yes, additional related questions would appear. If I select No, the questions don't appear.

Thanks

Melissa

2 answers

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
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.
October 13, 2015

No, you can't do that without code or an add-on.

0 votes
Nick
Contributor
October 13, 2015

We have done this with a plugin. We use javascript to call a function showAndHide. This function gets the value of a field and calls either .show() or .hide() on the field group element.

So that it keeps working you have to bind a function to relevant events JIRA.Events.XYZ which will call the same showAndHide() function whenever something changes.

 

Suggest an answer

Log in or Sign up to answer