-
Bug
-
Resolution: Fixed
-
Low
-
Severity 2 - Major
-
Jira Software, Jira Service Management
Issue Summary
This is reproducible on the cloud: yes
Steps to Reproduce
- Configure an automation rule to create a new issue in a different project.
- The rule should also copy components from the trigger issue to the created issue with the option "Add to existing values" checked
- Run the rule for a scenario where some of the components on the trigger issue's project are not present in the created issue's project.
Expected Results
The rule should be able to create an issue in the target project even if some components are not found.
It should skip the components that were not found in the target project and add the components that were found.
Actual Results
The rule does not create a new issue if some components are not found and shows the below error.
Workaround
None
Greetings!
Please document / describe the "fix" applied. For example, are the "not found" components skipped, added to the destination project, or something else?
IMHO, the root cause of this is the error message was too vague. The existing behavior of not creating the issue seemed correct.
Thanks!