-
Bug
-
Resolution: Timed out
-
Medium
-
3
-
Severity 3 - Minor
-
0
-
Issue Summary
This is reproducible on Data Center: n/a
If I clone a ticket that contains a code block that has either "#" or "-" characters on any of the code lines, it will disregard the code block. The line will be interpreted as part of the numbered/bulleted list and will go outside the code block.
This only happens when a numbered or bulleted list has started before the "#" or "-" characters.
Steps to Reproduce
- Create a Jira issue with the description containing a numbered list with a first entry.
- Then on the second entry of the list, enter a code block that contains either a "#" or "-" character. Example below:
- Clone the Jira issue:
Expected Results
The clone should be the same as the format from the original Jira issue.
Actual Results
The code block was broken apart, and the entry with the # is interpreted as part of the numbered list.
Workaround
To work around this issue, remove the space between the special characters "#" and "-" and the next character in the line.
Forr example, instead of using these:
# go to directory - go to directory
Use these instead:
#go to directory -go to directory
- is related to
-
JRACLOUD-81405 Cloning an issue changes the content of the text/description field
-
- Closed
-
-
JRACLOUD-82671 [Tracked in Issue Links] formatting issues occurring during issue clone
- Gathering Interest