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
No, you can't do that without code or an add-on.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.