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

Support posting an entire Markdown document for Issue descriptions and comments in the API

XMLWordPrintable

    • 1
    • 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.

      There currently seems to be no reasonable way to send a string of Markdown* to the API in relevant fields. Instead, one must construct a complex tree object which is similar-ish to a HTML parse tree but slightly different in enough cases to be frustrating to support.

      It would be nice to be able to create an issue like so:

      {{{}}

        "description": {

          "version": 2,

          "type": "text/markdown",

          "textContent": "# My title\n\nMy first paragraph"

      {{  }}}

      }

       

      Without all the additional ceremony.

      This feature is supported by many other products in the space.

       

      • I say Markdown but really any lightweight markup format would do here, including the old wiki-style thing you have/had. The feature request is for it not to be my job as an integrator to build an ADF tree.

              Unassigned Unassigned
              a2052d179e9e James Turley
              Votes:
              7 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: