stable
Clone or download
Read-only
Connect the dots: the tracker structure and the sprints. You should have as many sprints as you have in Jira with their name only. Part of story #19242 create Jira project with Agile configuration Change-Id: I34a37f1f76dcc3f8c69596613bb793d39c33da40
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/jira_import/include/JiraAgile/JiraAgileImporter.php | +23 | −9 | Go to diff View file |
M | plugins/jira_import/include/JiraAgile/JiraSprint.php | +5 | −0 | Go to diff View file |
M | plugins/jira_import/include/JiraAgile/ScrumTrackerBuilder.php | +3 | −4 | Go to diff View file |
M | plugins/jira_import/include/Project/CreateProjectFromJira.php | +1 | −1 | Go to diff View file |
M | plugins/jira_import/tests/unit/JiraAgile/JiraAgileImporterTest.php | +89 | −7 | Go to diff View file |
A | plugins/tracker/include/Tracker/Artifact/Changeset/XML/XMLChangeset.php | +82 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Artifact/XML/XMLArtifact.php | +67 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/FormElement/Field/StringField/XML/XMLStringValue.php | +55 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/FormElement/Field/XML/XMLFieldValue.php | +46 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/XMLTracker.php | +24 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/XML/XMLUser.php | +68 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/XMLTrackerTest.php | +47 | −0 | Go to diff View file |