stable
Clone or download
Read-only
The beauty of this patch is that we actually have little to now way to verify it on Jira Server because the `mypermissions` route behaviour is not the same between Jira Server and Jira Cloud. So the verification is really about ensuring that Jira Cloud import still work. And then we will be able to ask someone to test in the community... Part of: request #22580 Get list of jira projects doesnt work with Jira Server Change-Id: Ib9e61fdeeba91a583cd10f8de2e7b1f1f6c84c71
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Creation/JiraImporter/FromJiraTrackerCreator.php | +8 | −43 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/UserRole/UserRolesChecker.php | +6 | −30 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/UserRole/UserRolesCheckerInterface.php | +36 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/UserRole/UserRolesCheckerJiraCloud.php | +70 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/UserRole/UserRolesCheckerJiraServer.php | +68 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/FromJiraTrackerCreatorTest.php | +22 | −15 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Stub/JiraServerClientStub.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/UserRole/UserRolesCheckerTest.php | +89 | −0 | Go to diff View file |