stable

Clone or download

Read-only

REST route GET backlog_items/:id must only return numeric values for initial effort

This is part of request #13564 Velocity calculation must works with initial effort as a list field If the value selected for initial effort is not a numeric but starts by number (example 123abc), the starting numbers must not be displayed as initial effort in the PV2 view after an artifact update via the artifact modal. Change-Id: I10ec8fd47c4a24bc33aa5436e11bd27eb6527d23

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php +6 −39 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/REST/v1/Scrum/BacklogItem/InitialEffortSemanticUpdater.php +62 −0 Go to diff View file
A plugins/agiledashboard/phpunit/REST/v1/Scrum/BacklogItem/InitialEffortSemanticUpdaterTest.php +250 −0 Go to diff View file