I have a small list of Asset objects that contain two fields, one boolean. I have two custom asset fields. The first returns a subset of my asset objects for selection. On the form, I would like to use the boolean field to determine the conditionality of a section. Other than presenting a filtered dropdown with True or False to the customer that they would HAVE to select the only option in the list, is there any other way to accomplish this without extra software?
Hi @Craig Williams
Jira Forms / JSM portal forms cannot currently perform conditional logic based on Asset attributes, unless that attribute is exposed as a custom field — which isn't the case for internal asset data.
You already mentioned this idea: have a second custom field showing only objects with isCritical = true, and use the presence or absence of a value to trigger conditional display. But this is clunky and not user-friendly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.