This extension lets you easily convert between .md and .jira file formats using just a few commands.
- Convert Markdown files (
.md) to JIRA markup (.jira). - Convert JIRA markup files (
.jira) to Markdown (.md). - Opens the converted file in a new editor tab for easy access and editing.
The following commands are available in the command palette (Ctrl+Shift+P or Cmd+Shift+P on macOS):
- Convert Markdown to JIRA: Transforms the currently open
.mdfile into a.jirafile. - Convert JIRA to Markdown: Transforms the currently open
.jirafile into a.mdfile.
Alternatively, search for Markdown to JIRA 2 in the Extensions view (Ctrl+Shift+X) - it will appear in both registries.
- Open a
.mdor.jirafile in the editor. - Use the command palette to execute the desired conversion command.
- The converted file will open in a new tab for review.
Contributions are welcome! Feel free to open an issue or submit a pull request on GitHub.
This project is licensed under the MIT License. See the LICENSE file for details.
This project also uses code from jira2md, which is licensed under the Apache License, Version 2.0. You can find the full text of the license at: