I would like to build a form for users to submit requests to my work team. I have several fields that are required by my workspace. I would like these fields to be auto filled so that the end user does not need to select the appropriate option. This will eliminate the possibility of the end user selecting the incorrect option. Is there a way to autofill the required fields?
For example, I would like to have "All" selected as the Client for each request submitted through this form.
Hello @GlenellRosburg
What type of project does this concern? Get that information by clicking on the ... button next to the project name in the left sidebar.
In what manner are you making the fields required? Did you set that in the Field configuration at the project level? Are you using a validator in the workflow?
If you want the field value to be "All" always why do you need to have the field on the form at all? You could instead set the default value for the field as part of the field context/configuration and then not include the field in the form.
@Trudy Claspill We're on a Company-managed project.
The fields are required to be filled in with a drop-down selection option when new stories are created.
Hmmmm... I'm not sure how to set the default value. Would the default value be set only for this form or for all stories that are created? The field should only default to "All" if the user is completing this specific form. If the user is completing a different form, the value may be an option that needs to be selected.
Thanks for helping me through this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Setting the default value for the field in the field context/configuration would apply to all issue types in the project that use that field, so that would not satisfy your needs.
In what manner are you making the fields required?
Are you supporting the creation of the issue both through Forms and directly in the Jira UI?
If so, do you need the field to be required regardless of which method is used?
If so, here is a possible work around:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1. Yes, the Field configuration is set at the project level for stories.
I like the idea of creating the a new issue type and then changing it to a Story to set the Client field to All. I will try this.
Thank you!
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.