stable
Clone or download
Read-only
The velocity semantic requires the done semantic to work so it was made in the same time. It's not fully functional because we don't have the "initial effort" semantic (and field, and value) yet. Part of story #19242 create Jira project with Agile configuration Change-Id: I15b3c907c6e5908a9dfd8e75bfc753cd6824f3d9
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/agiledashboard/include/AgileDashboard/Semantic/XML/XMLDoneSemantic.php | +71 | −0 | Go to diff View file |
M | plugins/jira_import/include/JiraAgile/JiraAgileImporter.php | +8 | −2 | Go to diff View file |
M | plugins/jira_import/include/JiraAgile/ScrumTrackerBuilder.php | +23 | −2 | Go to diff View file |
A | plugins/jira_import/include/JiraAgile/ScrumTrackerStructureEvent.php | +49 | −0 | Go to diff View file |
M | plugins/jira_import/include/Project/CreateProjectFromJira.php | +1 | −0 | Go to diff View file |
M | plugins/jira_import/include/jira_importPlugin.php | +2 | −0 | Go to diff View file |
M | plugins/jira_import/tests/unit/JiraAgile/JiraAgileImporterTest.php | +77 | −142 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Container/XML/XMLContainer.php | +22 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/XMLTracker.php | +19 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/XMLTrackerTest.php | +34 | −0 | Go to diff View file |
A | plugins/velocity/include/Velocity/JiraImporter/AddVelocityToScrumTemplate.php | +57 | −0 | Go to diff View file |
A | plugins/velocity/include/Velocity/Semantic/XML/XMLVelocitySemantic.php | +57 | −0 | Go to diff View file |
M | plugins/velocity/include/velocityPlugin.php | +12 | −0 | Go to diff View file |
A | plugins/velocity/tests/unit/Velocity/JiraImporter/AddVelocityToScrumTemplateTest.php | +74 | −0 | Go to diff View file |