Need AI Training/Help?CloudYeti.io/meet
MarkdownMe
Jira wiki markup guide

How to Paste Markdown Into Jira

Paste Markdown into Jira without broken formatting: convert to wiki markup first, then paste into the description or comment field. Covers tables, code blocks, and the API case.

Direct answer

Convert the Markdown to Jira wiki markup first, then paste the converted text into the Jira field. Pasting raw Markdown leaves literal ##, **, and pipe characters because Jira description and comment fields do not render Markdown on paste.

Open Markdown to Jira converter

When to use this

  • A ticket drafted in Markdown must go into a Jira description or comment.
  • A pasted table renders as a wall of pipes and dashes.
  • An AI assistant produced a Markdown ticket that you file into Jira by hand.

Steps

  1. Copy the full Markdown draft, including tables and code fences.
  2. Paste it into the converter and copy the Jira wiki markup output.
  3. Open the Jira issue and paste the output into the description or comment field.
  4. For tables, confirm the header row shows ||double pipes|| and the |---| separator row is gone.
  5. Preview the field before you save: headings, bold, lists, code, and tables must render cleanly.

Example conversion

Markdown input
## Bug: export fails

**Steps**

1. Open the report
2. Click `Export CSV`

| Browser | Result |
| --- | --- |
| Chrome | fails |
| Firefox | works |
Jira wiki output
h2. Bug: export fails

*Steps*

# Open the report
# Click {{Export CSV}}

||Browser||Result||
|Chrome|fails|
|Firefox|works|

Common mistakes

  • Do not paste raw Markdown and hope the editor fixes it — Cloud converts some syntax as you type, not on paste.
  • Do not keep the Markdown |---| separator row; Jira renders it as a real row of dashes.
  • Do not paste triple-backtick fences; convert them to {code} or {noformat} blocks first.

FAQ

How do I paste a Markdown table into a Jira ticket?
Convert it first. The header row becomes ||Header||Header||, the separator row is removed, and body rows keep single pipes. Then paste the converted table into the description or comment.
Why does my pasted Markdown show literal ** and ## characters?
Jira fields treat pasted text as plain text plus wiki markup, not Markdown. The ** and ## have no meaning there, so they render literally until you convert them to *bold* and h2. syntax.
Can I paste Markdown into a Jira comment?
Yes, after converting it to wiki markup. Comments behave like descriptions: pasted Markdown stays plain, converted wiki markup renders.
What about creating issues through the API?
Send wiki markup in the v2 REST API description field. The v3 API expects Atlassian Document Format (ADF) JSON instead — raw Markdown fails in both.

Related Jira guides

Desk gear for long writing sessions

Two things that help if you write docs, tickets, and specs on a laptop all day.

Amazon affiliate links. We earn a commission on qualifying purchases at no extra cost to you.