I have a problem with Self managed Gitlab 16 and Jira DVCS integration with Jira Data Center version 9.4.6
Application links and accounts are created correctly. Commits and branches are shown in Jira development section but commit url-s are in old legacy format and returning 404 when redirecting from jira to self managed Gitlab. When I add -/ in the browser url before commit/ then corect page is shown eg:
- Gitlab commit link in jira: https://example.com/group/repo/commit/2c17c6b9f0e64903a3acf85df587fad982e96522
- Commit link in self managed Gitlab: https://example.com/group/repo/-/commit/2c17c6b9f0e64903a3acf85df587fad982e96522
I could not find where to change it. I have delete the old integration (Jira application link, DVCS account, Gitlab application link) and create everything again, but no help.
Does anyone have experience with this, could it be a misconfiguration or bug?