-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
8.20.22, 9.4.6, 9.8.1
-
8.2
-
2
-
Severity 3 - Minor
-
0
-
Issue Summary
This is reproducible on Data Center: YES
Development panel uses deprecated URL pattern for linking commit in Gitlab.
- old pattern: https://<host>/<project>/commit/<sha>
- new pattern: https://<host>/<project>/-/commit/<sha>
It is reproducible when using Jira with Gitlab in at least 16 version.
Context of the change: https://gitlab.com/gitlab-org/gitlab/-/issues/214217
Steps to Reproduce
- Install Jira
- Install Gitlab in version >= 16
- Create Group + Repository with commits in Gitlab
- Create corresponding project in Jira
- Link Jira with Gitlab with DVCS connector + trigger SoftSync
- Go to Jira issue which has corresponding git data (branches/commits)
- Go to Development Panel and click on COMMIT
- In pop-up window go to git commit via hyperlink
Expected Results
We will go into commit page in Gitlab
Actual Results
We are facing 404 Gitlab page
Workaround
Currently there is no workaround for this issue
- links to
- relates to
-
DVCS-269 Loading...