How to format bug reports for jira tickets
- Step 1Draft your bug report — Paste the Markdown bug report including repro steps and expected/actual.
- Step 2Convert — Click Run — output uses Jira's wiki markup faithfully.
- Step 3Paste into Jira ticket — Switch the Jira description editor to wiki view, paste, then toggle back to verify rendering.
Frequently asked questions
Will stack traces render?+
Yes. Wrap them in fenced code blocks (```) — they convert to Jira's `{code}` blocks for monospace formatting.
Can I include screenshots?+
Add screenshots after pasting — Jira accepts drag-and-drop attachments which work better than embedded image URLs.
Does it handle nested lists?+
Yes. Up to 3 levels of nesting in your repro steps render correctly with Jira's nested list syntax.
Privacy first
All Markdown processing runs locally in your browser using JavaScript. No file is ever uploaded to JAD Apps servers — only metadata counters are saved for signed-in dashboard stats.