Done
Details
Assignee
Natalia ZaitsevaNatalia ZaitsevaReporter
Natalia ZaitsevaNatalia ZaitsevaLabels
Priority
P3Story Points
3Sprint
NoneDevelopment Team
SpitfireFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Natalia Zaitseva
Natalia ZaitsevaReporter
Natalia Zaitseva
Natalia ZaitsevaLabels
Priority
Story Points
3
Sprint
None
Development Team
Spitfire
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created October 22, 2019 at 9:07 AM
Updated October 31, 2019 at 1:16 PM
Resolved October 31, 2019 at 1:16 PM
Extend existing implementation of DELETE
/custom-fields{id}
to support order on deletion of custom fields.
Use case:
Given we have 3 custom fields with order #1, #2, #3 accordingly
When user deletes a custom field with order #2
Then the eventual sequence of custom fields is #1, #2 (the property `order` of custom field with order #3 from initial sequence changed to be #2)
Acceptance criteria:
unit tests