-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
4.13.1, 5.4.0, 5.4.2, 5.5.1
-
None
-
2
-
Severity 3 - Minor
-
1
-
Summary
Smart commit in Bitbucket server overwrite all the occurrences of JIRA-keys and commitids even inside another markdown tages.
Steps to Reproduce
- Create .md file and add to the the repository
- Edit the content of the file with Bitbucket Editor or with standalone editor in a local copy
- Commit the changes
- Open the file in a source viewer in Bitbucket Server
Expected Results
The following HTML is generated:
<p>See <a href="http://example.org/" title="[ISSUE-1] Description">linkref</a>.</p>
Actual Results
The following HTML is generated:
<p>See <a href="http://example.org/" title="[<a class="markup-issues-trigger" data-issue-keys="ISSUE-1" data-initial-issue-key="ISSUE-1" data-single-issue="true" href="https://jira:8443/browse/ISSUE-1">ISSUE-1</a>] Description">linkref</a>.</p>
The same thing works with commit ID.
Workaround
No workaround currently available.
- is related to
-
BSERV-2470 JIRA Integration: Check for issue validity before linking issues
- Closed
-
BCLOUD-20644 JIRA Integration: Check for issue validity before linking issues
- Gathering Interest
- relates to
-
BSERV-9432 Syntax highlighting parses issue links inside code block
- Gathering Impact