Dynamically show or hide bunch of text fields based on value selection from single select choice field

I’m looking to dynamically show or hide bunch of text fields on the create issue type screen based on value selection from single select choice field. Initially the create issue screen shows no text fields and when user selects value 1 from dropdown, then show text A, text B & text C custom fields.

Would it be possible to achieve this using native Jira cloud functionality or development without the use of third party addons? Please help with some pointers or show me a direction for some start.

1 Like

Hello, I am looking for the same.

Did you manage to do it?

Hi @vcatl2020 and @EduardoBusquets,

The JavaScript API doesn’t directly support this, but you could display a dynamic form that solicits information for the issue and later invoke AP.jira.openCreateIssueDialog() with the data. It’s not ideal because the user is essentially presented the form to create the issue twice, albeit, the second time pre-populated.

Regards,
Dugald