stable

Clone or download

Read-only

Team project and trackers must be under the same namespace

part of story #17878 rename Multi Project Backlog into Scaled Agile No functionnal changes Change-Id: Iee94871c16810145ede78cad6beb9d4818cbd8d4

Modified Files

Name
M plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTask.php +2 −2 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/ProjectIncrementsCreator.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/CreationCheck/ProjectIncrementArtifactCreatorChecker.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/CreationCheck/RequiredFieldChecker.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/CreationCheck/WorkflowChecker.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/ProjectIncrement/NoProjectIncrementException.php +1 −1 Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProjectIncrement/Tracker/ProjectIncrementTrackerRetrievalException.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProjectIncrement/Tracker/ProjectIncrementsTrackerCollection.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProjectIncrement/Project/TeamProjectsCollection.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProjectIncrement/Project/TeamProjectsCollectionBuilder.php Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/TrackerCollectionFactory.php +2 −2 Go to diff View file
M plugins/scaled_agile/include/TrackerNotFoundException.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/scaled_agilePlugin.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTaskTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/ProjectIncrementCreatorTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/ProjectIncrementArtifactCreatorCheckerTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/RequiredFieldCheckerTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/WorkflowCheckerTest.php +1 −1 Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Data/Nature/MirroredMilestoneArtifactLinkTypeTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Data/ProjectIncrementFieldsDataTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Tracker/ProjectIncrementsTrackerCollectionTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Project/TeamProjectsCollectionBuilderTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProjectIncrement/Project/TeamProjectsCollectionTest.php Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/TrackerCollectionFactoryTest.php +1 −1 Go to diff View file