Markdown to JIRA is a Visual Studio Code extension to translate your Markdown to JIRA formatting or vice-versa in only one click.
- Report any bugs or feature requests on GitHub
The extension will be automatically enabled after installing and reloading VSCode.
Open the Command Palette and select from the following commands:
- Convert Markdown to JIRA: to convert your Markdown formatted file to JIRA formatting
- only accepts
.md
files to format into.jira
file format
- only accepts
- Convert JIRA to Markdown: to convert your JIRA formatted file to Markdown formatting
- only accepts
.jira
files to format into.md
file format
- only accepts
This extension uses this npm module to do the conversion of Markdown and JIRA formatted files.
- You can find its GitHub repository here