Details
-
Type:
Bug
-
Status: Short Term Backlog (View Workflow)
-
Priority:
Low
-
Resolution: Unresolved
-
Component/s: Issue - ADF, TWP - Editor
-
Labels:
-
Support reference count:6
-
Symptom Severity:Severity 3 - Minor
-
UIS:1
-
Bug Fix Policy:
Description
Problem Definition
Adding a comment/description using WiKi markdown works when performed via GUI.
But adding a comment/description via rest API fails with WiKi markdown does not format well with new issue view
Steps to reproduce the issue
Sending the Comment Rest API :
Post https://domain.atlassian.net/rest/api/3/issue/SF-19/comment
{ "body": { "type": "doc", "version": 1, "content": [ { "type": "paragraph", "content": [ { "type": "text", "text": "#### [testbox] **test1:** test9 **test2:** test3 **test4 time:** test5 **test8** test7" } ] } ] } }
==============================
Workaround
Use Rest v2
Attachments
Issue Links
- is related to
-
JRACLOUD-72631 Provide users with a plain text markdown editor
- Gathering Interest