Jira To Markdown



Markdown

Hey,

Jira

Jira Formatting Guide

I was able to implement/use the JIRA REST v3 api, it’s pretty straightforward to create Issues through the API: https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-issue-post

Jira Table Formatting

Table

Adds JIRA syntax support to VS Code's built-in markdown preview Installation Launch VS Code Quick Open ( Ctrl+P ), paste the following command, and press enter.

Jira Markdown To Html

Jira To Markdown

The problem is that by default we can create only text based descriptions.
I noticed JIRA has it’s own rich text / mark down structured text format (ADF = Atlassian Document Format).
Since we’re using HTML in our client, we need to find a way convert HTML to JIRA “rich text” (ADF). Is there an API or a library to make this happen?

OR can JIRA api interpret standard Markdown as description?

Jira2markdown jira2markdown is a text converter from JIRA markup to YouTrack Markdown using parsing expression grammars. The Markdown implementation in YouTrack follows the CommonMark specification with extensions. Thus, jira2markdown can be used to convert text to any Markdown syntax with minimal modifications. Look no more, upload your GitHub-Flavored Markdown files and convert them to Jira wiki markup files. Yes, it’s that easy. Converting from GitHub-Flavored Markdown We love Markdown, because it’s just plain text. It’s simple and powerful at the same time. Locate Markin: Markdown in Jira with LaTeX/UML via search. The appropriate app version appears in the search results. Click Try free to begin a new trial or Buy now to purchase a license for Markin: Markdown in Jira with LaTeX/UML.

What is the best way to do such a conversion?
Please advise.