stable

Clone or download

Read-only

Use a Feature object in UserStoryRepresentationBuilder

part of story #21385 display Program's iterations No functional changes This patch aim to have a `Feature` object in representationBuilder so when I'll build UserStory object I'll be able to rely on `SearchChildrenOfFeature` It's a baby step, I'm fully aware that I'll need to refactoring the whole file and that rely on `isPlannable($full_artifact->getTrackerId())` is not a proper solution, it will be reworked in next patchs Change-Id: Ib0b555367b34c17519f74d09b1a9a2a879fa447b

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Feature/Links/UserStoryRepresentationBuilder.php +34 −5 Go to diff View file
M plugins/program_management/include/REST/v1/ProgramBacklogItemsResource.php +16 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/Links/UserStoryRepresentationBuilderTest.php +7 −3 Go to diff View file