stable

Clone or download

Read-only

feat(jira): Import Component lead information

This is part of request #31128 Jira Components must be imported as a dedicated tracker and artifacts A new selectbox field bound to project members named Component Lead is now imported with the user assignee as the lead of the componenent. This field is also set in the Contributor semantic. Change-Id: Ia9b64b24d6e37bbbe17085ec502607839e218a2f

Modified Files

Name
M plugins/jira_import/include/Project/Components/ComponentsImporter.php +14 −0 Go to diff View file
M plugins/jira_import/include/Project/Components/ComponentsTrackerBuilder.php +20 −4 Go to diff View file
M plugins/jira_import/include/Project/Components/JiraComponent.php +12 −1 Go to diff View file
M plugins/jira_import/include/Project/CreateProjectFromJira.php +13 −10 Go to diff View file
M plugins/jira_import/tests/unit/Project/Components/ComponentsImporterTest.php +48 −4 Go to diff View file
M plugins/jira_import/tests/unit/Project/GroupMembers/GroupMembersImporterTest.php +12 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/User/GetTuleapUserFromJiraUser.php +3 −1 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/ListFields/Bind/BindUsers/XML/XMLBindUsersChangesetValue.php +60 −0 Go to diff View file