stable

Clone or download

Read-only

Check status values to be able to create aggregator milestone

This is part of story #16124 [release management] ensure Aggregator release creation is possible Aggregator and Contributors must share the open values of the semantic status. Values defined in aggregator must be defined as open in the status semantic. Values are checked based on their label. Change-Id: I2aa3f26cea27f4d0ceeb4d60807b88384c98cb3f

Modified Files

Name
M plugins/multi_project_backlog/include/Aggregator/Milestone/MilestoneCreatorChecker.php +12 −10 Go to diff View file
A plugins/multi_project_backlog/include/Aggregator/Milestone/MilestoneCreatorSemanticStatusChecker.php +78 −0 Go to diff View file
M plugins/multi_project_backlog/include/Aggregator/Milestone/MilestoneTrackerCollection.php +8 −0 Go to diff View file
M plugins/multi_project_backlog/include/multi_project_backlogPlugin.php +6 −2 Go to diff View file
M plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/MilestoneCreatorCheckerTest.php +20 −15 Go to diff View file
A plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/MilestoneCreatorSemanticStatusCheckerTest.php +259 −0 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php +2 −3 Go to diff View file