-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Affects Version/s: 8.14.0
-
Component/s: DVCS Connector
-
8.14
-
1
-
Severity 3 - Minor
Issue Summary
DVCS connector incorrectly maps the authors of merge requests. The bug doesn't affect commits' authors and reviewers.
Steps to Reproduce
- Create two GitLab users with the same Full Name.
- Create a merge request with user A.
- Create another merge request with user B.
- Synchronize merge requests.
Expected Results
Both synchronized merge requests show correct authors in the development panel.
Actual Results
Synchronized merge requests show incorrect authors in the development panel.
Workaround
Do not use the same full names for GitLab users.
To fix the incorrectly mapped names, replace the full names stored in the column "Author" in the table "AO_E8B6CC_PULL_REQUEST" with usernames.
- is related to
-
JSWSERVER-20943 Jira Integration with GitLab wrong user assigned to the Author of a Pull Request when the actual Author is disabled in GitLab.
-
- Closed
-