I have a dropdown with a list of
Option 1
Option 2
Option 3
How can I add a conditional to hide the Option 2 depends on Request Type. I need to add a conditional to show the specific options. So, I don't have to create another dropdown.
Is this possible?
Welcome to the community, if you want to hide the fields there will be an option "hide" in fields.You can go to your project settings and on Request types, configure the Field you want to show, and remove the field you want to hide.
if you want to hide the options then it requires a thirdparty Add-on Scriptrunner.
Hope this helps
Hi, I need to filter the dropdown list option depends on request type.
example:
Request type 1
Dropdown List:
Option 1
Option 2
Option 3
Request type 2
Dropdown List:
Option 1
Option 3
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mar Angelo L_ Tareno create a custom field of type "select list(cascading)"
and the configure parent list, refer the image
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.
If I understand it correct, based on issuetype, you want to have values shown in the drop field.
I don't think this is possible out of the box in JIRA.
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.