Hello @Apurva Manjusha Kumar ,
Certainly, you can enforce this requirement in JIRA. To ensure that the field is filled in before an issue is created, you may:
1. Make the Component Field Mandatory
- Navigate to Jira settings.
- Proceed to 'Issues' -> 'Fields' -> 'Field configurations'.
- Select the field configuration pertinent to your project.
- Find the required field.
- In the 'Actions' column, select 'Required'.
2. Use Workflow Validators
- Access the workflow associated with the issue type in question.
- Select the 'Create' transition and then 'Validators'.
- Opt for the 'Field Required Validator'.
- Look for 'Components'. Optionally, you can specify an error message that will display if the requirement is not met.
- Save and then publish the updated workflow.
For more details, you might want to refer to the official documentation on:
I hope this helps! Let me know if you have further questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.