stable

Clone or download

Read-only

request #11133 Can't use "Start Scrum" if TTM is already activated

"Start Scrum" is displaying that message "The short name 'bugs' is already used. Please use another one." if TTM is already activated on a project, while it is not the case if Scrum has been set up before TTM. This commit introduces extra options for plugin to have custom behviour while importing. The new Tracker extra option allow to reuse one or more tracker if they already exist on the target platform. Change-Id: I88984145ed8dabbf864a6cf0320fdf8dc1693ff8

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/FirstScrumCreator.php +4 −1 Go to diff View file
A plugins/tracker/include/Tracker/XML/Importer/TrackerExtraConfiguration.php +50 −0 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +47 −3 Go to diff View file
M plugins/tracker/tests/TrackerXmlImportTest.php +37 −9 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/project/XML/Import/ImportConfig.php +21 −2 Go to diff View file
A src/common/project/XML/Import/ImportExtraConfiguration.php +29 −0 Go to diff View file