Jira to Markdown
Convert Jira wiki markup into Markdown.
Example
h2. Bug report
Steps in {code}main.js{code}.
## Bug report
Steps in `main.js`.
What it keeps
- h1.–h6. headings
- Bold, italic, lists and links
- {code} blocks become fenced code, tables convert
Where it struggles
- Jira-specific macros and panels are simplified
- User mentions and issue links become plain text
- Custom field markup may not map
Frequently asked questions
Where do I get Jira markup?
From a description or comment field switched to its wiki-markup editing mode.
Do {code} blocks convert?
Yes — they become fenced Markdown code blocks.
Is it private?
Yes — nothing is sent to a server.