stable
Clone or download
Read-only
part of story #14766 Have an import from jira structure How to test: In new tracker creation fill valid jira connection information, then choose a project => tracker associated to project are displayed This patch is big enough, selecting a tracker won't do anything for now Change-Id: Id185e43d9a7cd03620ee07dda6adab3d7fcbf4f5
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/tracker/include/Tracker/Creation/JiraImporter/ClientWrapperBuilder.php | +60 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/JiraConnectionException.php | +1 | −1 | Go to diff View file |
R | plugins/tracker/include/Tracker/Creation/JiraImporter/JiraTrackerListController.php | Go to diff View file | ||
A | plugins/tracker/include/Tracker/Creation/JiraImporter/JiraTrackerBuilder.php | +49 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Creation/JiraImporter/JiraTrackersListController.php | +88 | −0 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +18 | −4 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/Creation/JiraImporter/ClientWrapperBuilderTest.php | +102 | −0 | Go to diff View file |
R | plugins/tracker/phpunit/Tracker/Creation/JiraImporter/JiraTrackerListControllerTest.php | Go to diff View file | ||
A | plugins/tracker/phpunit/Tracker/Creation/JiraImporter/JiraTrackerBuilderTest.php | +65 | −0 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/Creation/JiraImporter/JiraTrackersListControllerTest.php | +104 | −0 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/po/fr_FR.po | +3 | −0 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/FromJira/TrackerFromJiraProject.test.ts | +51 | −4 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/FromJira/TrackerFromJiraProject.vue | +72 | −2 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/FromJira/__snapshots__/TrackerFromJiraProject.test.ts.snap | +5 | −0 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/store/actions.ts | +22 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/store/type.ts | +10 | −0 | Go to diff View file |