stable
Clone or download
Read-only
[bug] Fix request #22602 Jira field with assigned users is no more importable
It seems that the returned data from the API regarding the assigned users changed. So we have to deal with this new format. Old format handling is also kept to deal with legacy. Change-Id: I119a6b8d228da6dd1a59f58c4b2bb9c7bdbc7edc
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/ListFieldChangeInitialValueRetriever.php | +5 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/ChangelogSnapshotBuilder.php | +5 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/ListFieldChangeInitialValueRetrieverTest.php | +38 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/ChangelogSnapshotBuilderTest.php | +2 | −2 | Go to diff View file |