stable
Clone or download
Read-only
It's now used in tracker JiraImporter as well. There are a few places were it can be used but it will be done in a dedicated commit. story #19726 improve jira project import Change-Id: I89724b373a04d9619b0965267bd445ea3a39a516
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/jira_import/include/JiraAgile/Board/Backlog/JiraBoardBacklogRetrieverFromAPI.php | +1 | −1 | Go to diff View file |
M | plugins/jira_import/include/JiraAgile/JiraBoardsRetrieverFromAPI.php | +1 | −0 | Go to diff View file |
M | plugins/jira_import/include/JiraAgile/JiraEpicIssuesRetrieverFromAPI.php | +1 | −0 | Go to diff View file |
M | plugins/jira_import/include/JiraAgile/JiraEpicRetrieverFromAPI.php | +1 | −0 | Go to diff View file |
M | plugins/jira_import/include/JiraAgile/JiraSprintIssuesRetrieverFromAPI.php | +1 | −0 | Go to diff View file |
M | plugins/jira_import/include/JiraAgile/JiraSprintRetrieverFromAPI.php | +1 | −0 | Go to diff View file |
M | plugins/jira_import/include/Project/CreateProjectFromJiraCommand.php | +1 | −1 | Go to diff View file |
R | plugins/jira_import/include/JiraAgile/JiraCollectionBuilder.php | Go to diff View file | ||
M | plugins/tracker/include/Tracker/Creation/JiraImporter/JiraProjectBuilder.php | +14 | −44 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/JiraProjectListController.php | +9 | −2 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraProjectBuilderTest.php | +10 | −10 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraProjectListControllerTest.php | +3 | −1 | Go to diff View file |