For reasons both JIRA and Confluence have their own flavour of markdown, incompatible with spec. Whereas it is possible to generate plain html from markdown and insert into confluence page, it is not an option for JIRA tickets. Which is unfortunate if one prefers to write their notes in md as they explore the task/codebase.
This simple utility translates markdown docs into format understood by JIRA.
- install cargo
git clone
cargo install --path .
nix run github:lainera/jirlate -- some-markdown-file.md
jirlate some-markdown-file.md