Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi,
I'm working on a small addition to an issue type for someone and ideally it would be be good to be able to show additional fields based on the value of another field.
So I have 4 single choice drop-down fields: Area, sub-area 1, sub-area 2 and sub-area 3.
I would like to show sub-area 1 if the value of area isn't "None" and so on. Is there a way to easily do this?
Thanks
Hi Tom,
You can do this using the Power Scripts add-on, which can also do countless other things you will likely want to do with Jira.
Here is a video tutorial walking you through how to show and hide custom fields based on selection in another field.
I hope this helps!
Hello,
please try the custom fields "Select List (Cascading)" field type in your project-config menu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Have a look at "Cascading Select list" custom field type, that might fulfil your needs. It allows you to configure two level select options.
Ex. For parent 'Value 1', there could be multiple select options a, b c etc.. for 'Value 2' there could be different options x, y, z etc and so on..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @tom1443
JIRA out of the box doesn't support such manipulation of fields (show/hide). Easiest way to do it is to use "behaviour plugin" which is part of script runner plugin.
https://scriptrunner.adaptavist.com/4.3.1/jira/behaviours-overview.html
Some examples here -
https://scriptrunner.adaptavist.com/4.3.1/jira/behaviours-overview.html#_hidden_fields
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.