stable

Clone or download

Read-only

Introduce a command that create a Tuleap project from a Jira project

For the time being, it's really scaffolding the command as it will create the Tuleap project and create all the trackers for found issueTypes. Part of story #18859 import a whole Jira project in CLI Change-Id: I2b2a856a807f72328bbaf1e65847e07eebe60594

Modified Files

Name
A plugins/tracker/include/Tracker/Creation/JiraImporter/CreateProjectFromJira.php +186 −0 Go to diff View file
A plugins/tracker/include/Tracker/Creation/JiraImporter/CreateProjectFromJiraCommand.php +166 −0 Go to diff View file
A plugins/tracker/include/Tracker/Creation/JiraImporter/JiraProjectArchive.php +67 −0 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/JiraProjectBuilder.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/JiraProjectCollection.php +7 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/JiraTrackerBuilder.php +3 −2 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +26 −2 Go to diff View file