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

mel vega 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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 13, 2015

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

0 votes
Nick 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