Hi Guys how do I make a new field appear depending on the choice of one first field? For example:
Custom Field Select List Single Choice:
* Option 1
* Option 2
* Option 3
When selected Option 1 new field appears with a select list multiple choice field.
When selected Option 2 new field appear with a select list multiple choice field with diferent options (not the same options as when selected option 1).
Same for Option 3.
All this should be done in the Default "CREATE" button inside Jira, for a Jira Software project.
Hi @Wagner Silva [C] ,
Welcome to the Atlassian Community!!
Well you can leverage the cascading field with two layer basically.
Go to Settings () > Issues.
From the navigation on the left, select Custom fields.
Select Create custom field in the top-right corner.
Choose Select List (cascading), and then select Next.
Name your field, and add a description if desired.
Select Create. You’ll be taken to the Screens page.
Note- It is one parent to one child.
For more information you may please have a look at - https://support.atlassian.com/jira-service-management-cloud/docs/add-a-conditional-field-to-a-service-project/
On server/DC it was possible using Behaviours ( Script runner) which allow to have dynamic, but not sure if it available for cloud.
Regards,
Mayur
Can I Import the values in bulk to the child options? because there is alot of options.
Or this can only be done manually?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
On Cloud, you can also achieve that with Dynamic Forms for Jira which as the name suggests is the main use case. ;) You can set the conditions on your existing fields. If you would need an overview of that one my team could provide you a demo session.
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.