stable
Clone or download
Read-only
part of story #32280 Complete the "move artifact" feature How to test: - Have an artifact containing a burnup field - Move this artifact to a tracker having a burnup field with the same name than the burnup field in the source tracker --> The dry run step says it will be fully moved --> It is sucessfully moved when you submit the modal Change-Id: I7bdc5a9ef7bb4bde9805a79e81b4ae07f2526518
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/composer.json | +2 | −1 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/Move/AgileDashboardMovableFieldsCollector.php | +36 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +8 | −0 | Go to diff View file |
A | plugins/agiledashboard/tests/unit/AgileDashboard/Move/AgileDashboardMovableFieldsCollectorTest.php | +40 | −0 | Go to diff View file |
A | plugins/agiledashboard/tests/unit/Builders/BurnupTestBuilder.php | +46 | −0 | Go to diff View file |