stable

Clone or download

Read-only

Every projects can now use the artifact links v2

This is part of story #9305 have agile dashboard compatible with ALv2 Site admin can now choose the projects he wants to use the artifact links v2. In addition, this commits add some fixes for the artifact link data in order to be able to use the Agile Dashbord with all the features: (These example are based on the default SCRUM template) * Create a Release * Create a Sprint in a Release * Create a User story or a Bug in a Sprint * Create a Task in a User story from the Cardwall * Create a Task in a User Story form the Planning v2 Change-Id: I1463e1b4a21cb0a8efebd41b78f84f447ca72128

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactLinkUpdater.class.php +21 −1 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +0 −12 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +4 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/AllowedProjectsConfig.php +1 −41 Go to diff View file
D plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/AnotherServiceBlocksNatureUsageException.php +0 −36 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureConfigController.php +5 −17 Go to diff View file
D plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/ProjectIsUsingHierarchyException.php +0 −37 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php +11 −3 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +1 −3 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +1 −3 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +2 −8 Go to diff View file
M plugins/tracker/include/constants.php +0 −9 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +1 −3 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +0 −2 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +0 −2 Go to diff View file
M plugins/tracker/tests/TrackerXmlImportTest.php +6 −7 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_ArtifactLinkTest.php +14 −1 Go to diff View file
M plugins/tracker/www/config.php +1 −3 Go to diff View file