-
Bug
-
Resolution: Fixed
-
Highest
-
29
-
Severity 3 - Minor
-
52
-
Issue Summary
Users won't be able to create child issues via Add a child issue or + inline under Epic if you have a workflow validator in creat transition for a required field.
Steps to Reproduce
- Add Field Required Validator in the create a transition in the workflow
- Go to Epic and click on Add a child issue or + inline to create a child issue
- It won't bring up the screen and give an error cant create the issue because of the required field is not entered.
Expected Results
To popup the screen to be able to enter the required fields
Actual Results
It gives an error " We could not create the child issue must add < field name>"
Workaround
1) Make the Linked issues field required in the Field Configuration
2) Add the Linked issue field to the screen
This forces the create issue screen to pop up to be able to add the required fields. Although the Linked issues field is set to Required it does not do the check and allows us to not enter any value and won't set it. You may examine the issue via rest api:
https://<instance.atlassian.ent/rest/api/3/issue/issuekey-xxx shows the issue links are empty as we wish.
OR
Remove the validator from creating transition and make the actual fields as Required required in the field configuration.
- is related to
-
JRACLOUD-72506 Creating/Adding Child/subtask should allow selecting any project
- Gathering Interest