stable

Clone or download

Read-only

Add logger to ArtifactCreatedHandler

Part of story #16125 [release management] create a new Aggregator Release No functional change. A logger is added to report cases where a mirror milestone could not be created. Also fix some logger calls in MilestoneCreatorCheck, as "exception" context must be an instance of \Throwable (not the exception message). Change-Id: I433de432966f147f1bc762ecee4ece6319354e9f

Modified Files

Name
M plugins/multi_project_backlog/include/Aggregator/Milestone/CreationCheck/MilestoneCreatorChecker.php +2 −2 Go to diff View file
M plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/ArtifactCreatedHandler.php +10 −2 Go to diff View file
M plugins/multi_project_backlog/include/multi_project_backlogPlugin.php +3 −2 Go to diff View file
M plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/Mirroring/ArtifactCreatedHandlerTest.php +2 −1 Go to diff View file