Content
View differences
Updated by Jens Ulferts 4 days ago
**As** an agile user
**I want to** have the existing work package order migrated keeping as much of the order as possible
**so that** I can start working without interruption
**Acceptance criteria**
* The existing `position` column is reused so that the scope of `project_id, sprint_id` is applied to the existing work packages that used to be grouped by `project_id, version_id`
**Technical notes**
* Use the `WorkPackages::RebuildPositionsService` service
* ~~Add Add a unique contraint on~~ `~~project_id, sprint_id~~` This was attempted to be done but drag and drop, creation and update of work packages failed afterwards. on `project_id, sprint_id`
**I want to** have the existing work package order migrated keeping as much of the order as possible
**so that** I can start working without interruption
**Acceptance criteria**
* The existing `position` column is reused so that the scope of `project_id, sprint_id` is applied to the existing work packages that used to be grouped by `project_id, version_id`
**Technical notes**
* Use the `WorkPackages::RebuildPositionsService` service
* ~~Add