stable

Clone or download

Read-only

feat(jira): Import Jira Administrators as project_admins

Part of: story #28873 import jira roles as tuleap user groups Change-Id: Ibdde3bd34ce94bba60f6bbda326218b42ec0b0f2

Modified Files

Name
M plugins/jira_import/include/Project/CreateProjectFromJira.php +41 −61 Go to diff View file
A plugins/jira_import/include/Project/GroupMembers/GroupMembersImporter.php +114 −0 Go to diff View file
A plugins/jira_import/tests/unit/Project/GroupMembers/GroupMembersImporterTest.php +273 −0 Go to diff View file
A plugins/tracker/include/Tracker/Creation/JiraImporter/Import/User/GetTuleapUserFromJiraUser.php +31 −0 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/User/JiraUserRetriever.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/XMLUser.php +6 −2 Go to diff View file
M src/common/Project/ProjectUGroup.php +3 −1 Go to diff View file
A src/common/Project/UGroups/XML/XMLUserGroup.php +59 −0 Go to diff View file
A src/common/Project/XML/XMLUserGroups.php +50 −0 Go to diff View file
A tests/unit/common/Project/XML/XMLUserGroupsTest.php +86 −0 Go to diff View file