Improve Bulk Edit Issues error reporting
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Problem description
It was discovered in a recent ticket (internal only) that on bulk assignment of issues to an epic the error produced is "Issue update failed". The source code block responsible for producing the error is here (The screenshots are available in the internal ticket)
If one of the issues in the list of bulk assignment is already assigned to the target Epic, then the error produced in the UI is not providing enough information and giving a bad UX.
Dev console in the browser shows "Issue(s) already assigned", which comes from here
Proposal
Improve UI Error feedback on bulk issues assignment to an Epic.
It would be good if the error could indicate a problem with particular issue, so it can be easily addressed.
Alternative
If an issue is already assigned to the target epic, then just skip it and not produce the error.