-
Type:
Bug
-
Resolution: Answered
-
Priority:
Medium
-
Component/s: None
-
Environment:
Mandatory to have JIRA+ Confluence OnDemand instance, this can be only replicated with JIRA+ Confluence OnDemand instance.
It works fine with JIRA Only OnDemand instance
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.
Steps to produce:
- Make sure to have the Description field to use Wiki Style Renderer.
- write any string using square brackets (without the links), for example:
[test]
Actual results
This will cause test to appear as a hyperlink pointing to wiki page on the same OnDemand instance.
Expected results
Any string to in the square brackets without specifying the link, shouldn't appear as hyperlink.
This is expected behaviour.
Workaround
- Disable wiki markup rendering for that project
- Escape the the brackets using a \ :
\[
- wrap the entire section in a noformat or code block:
{noformat} [example] {noformat}
- is related to
-
JRASERVER-33392 Any string in the square brackets will be rendered as hyperlinks using Wiki Style Renderer
-
- Closed
-