Vote #81821
完了Import hangs when "related to" issue could not be created
0%
説明
When importing issues and specifiny a "related to" relationship, the import hangs when the issue refered could not be imported.
See the attached example:
- Issue ID 3 fails to create (missing Subject)
- Issue ID 4 tries to link to issue ID 3 - here the input hangs.
journals
I was able to reproduce the problem in my environment.
If the issue relation fails, the following exception will be raised.
<pre>
F, [2022-02-10T05:14:06.190123 #5628] FATAL -- :
ActiveRecord::RecordInvalid (Validation failed: Related issue cannot be blank):
</pre>
The screen will remain unchanged during the import and you will not be able to notice why it failed.
!screenshot.png!
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Thanks for reporting this defect!
Closing as duplicate of #35656, please watch that issue for updates.
--------------------------------------------------------------------------------
related_issues
duplicates,Closed,35656,When importing issue relations, the validation messages are not shown in the UI