Skip to content

List epic related issues by relative_position

Jarka Košanová requested to merge 36868-issues-epic-reorder into master

What does this MR do?

It fixes ordering issues for an epic.

We use find_each method for fetching issues in batched when loading epic related issues. This method uses find_in_batches which supports ordering records only by primary key

We have implemented a custom method for loading batchers which should be the preferred way to load records in batches. Among other things, this method supports the custom ordering of records.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Issue: #36868 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports

Loading