Uploaded image for project: 'Jira Platform Cloud'
  1. Jira Platform Cloud
  2. JRACLOUD-76637

Convert HTML to Atlassian markup while creating and updating issues

XMLWordPrintable

    • 2
    • 4
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Issue Summary

      While setting a field with API, if the text contains HTML, the code is added to the field and no conversion is done.

      Steps to Reproduce

      1. Try creating an issue using the description below:
        "description": {
              "type": "doc",
              "version": 1,
              "content": [
                {
                  "type": "paragraph",
                  "content": [
                    {
                      "text": "This is <b>a test</b> description.",
                      "type": "text"
                    }
                  ]
                }
              ]
            }

      Expected Results

      HTML is converted.
      On the example above 'a test' would be bold.

      Actual Results

      HTML is not converted and field has the description

      This is <b>a test</b> description.

      Workaround

      N/A

              Unassigned Unassigned
              psilveira Paula Silveira (Inactive)
              Votes:
              11 Vote for this issue
              Watchers:
              10 Start watching this issue

                Created:
                Updated: