stable
Clone or download
Read-only
This is part of story #14926 Use a generic user to do the Jira import This story introduces a new generic user named forge__tracker_importer_user (like the forge__tracker_workflow_manager generic user). This user is now the owner of each artifacts imported from Jira. Change-Id: I8b6b21f59c4c939c2560114d2ee44e725ed5719f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +29 | −0 | Go to diff View file |
A | plugins/tracker/db/mysql/updates/2020/202006011445_add_tracker_importer_user.php | +77 | −0 | Go to diff View file |
M | plugins/tracker/db/uninstall.sql | +3 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/ArtifactsXMLExporter.php | +2 | −1 | Go to diff View file |
A | plugins/tracker/include/Tracker/XML/Importer/TrackerImporterUser.php | +30 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/ArtifactsXMLExporterTest.php | +8 | −8 | Go to diff View file |