stable
Clone or download
Read-only
Merge commit 'refs/changes/30/23530/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #22580 Get list of jira projects doesnt work with Jira Server Change-Id: I63fda53ed8d86314580bc4f50558d8852e487304
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/jira_import/tests/unit/JiraAgile/Board/Backlog/JiraBoardBacklogRetrieverFromAPITest.php | +5 | −6 | Go to diff View file |
M | plugins/jira_import/tests/unit/JiraAgile/JiraBoardsRetrieverFromAPITest.php | +5 | −6 | Go to diff View file |
M | plugins/jira_import/tests/unit/JiraAgile/JiraEpicIssuesRetrieverFromAPITest.php | +2 | −3 | Go to diff View file |
M | plugins/jira_import/tests/unit/JiraAgile/JiraEpicRetrieverFromAPITest.php | +2 | −3 | Go to diff View file |
M | plugins/jira_import/tests/unit/JiraAgile/JiraSprintIssuesRetrieverFromAPITest.php | +6 | −7 | Go to diff View file |
M | plugins/jira_import/tests/unit/JiraAgile/JiraSprintRetrieverFromAPITest.php | +4 | −5 | Go to diff View file |
M | plugins/jira_import/tests/unit/Project/ArtifactLinkType/ArtifactLinkTypeImporterTest.php | +3 | −4 | Go to diff View file |
M | plugins/timetracking/tests/unit/JiraImporter/Worklog/WorklogRetrieverTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/ClientWrapper.php | +35 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/JiraClient.php | +2 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/JiraConnectionException.php | +17 | −15 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/JiraProjectBuilder.php | +41 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/JiraProjectCollection.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/JiraProjectListController.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Semantic/SemanticsXMLExporterTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraProjectBuilderTest.php | +59 | −0 | Go to diff View file |
A | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Stub/JiraCloudClientStub.php | +34 | −0 | Go to diff View file |
A | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Stub/JiraServerClientStub.php | +34 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/UserRole/UserRolesCheckerTest.php | +5 | −6 | Go to diff View file |