Skip to content

Fix removing labels when moving an epic between lists

Jarka Košanová requested to merge 326461-fix-moving-epic-list into master

What does this MR do?

It makes sure that labels are correctly removed when moving between epic board lists. The problem was, that wen moving an epic from the labeled list to close/open list the list labels were not removed. That was caused by the fact that the parent class methods were used and they were built for issues boards only.

I fixed that by rewriting those method for epic boards and overriding the service method.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #326461 (closed)

Edited by Mayra Cabrera

Merge request reports