stable

Clone or download

Read-only

Refactoring: Jira issueType representation is now an object

This is part of story #19242 create Jira project with Agile configuration No functional change expected here. This object will help us to build the AD planning configuration in the next commits. Change-Id: I22f066fe109b1c99ca6244a0d9ee6a960d25ffdc

Modified Files

Name
M plugins/jira_import/include/Project/CreateProjectFromJira.php +8 −8 Go to diff View file
A plugins/tracker/include/Tracker/Creation/JiraImporter/IssueType.php +80 −0 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/JiraTrackerBuilder.php +3 −9 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/JiraTrackersListController.php +8 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraTrackerBuilderTest.php +11 −9 Go to diff View file