Jira Markdown

Jira tool support Standard Markdown syntax.

It contains additional syntax for issues link and pulls requests.

Linking to Issues:

In Jira, Issues are tasks or bugs that contain two parts. The first part is two or more upper case letters, and the second part is the numerical Jira issue number. an example is DEC-12

You can link pull requests in the same repository or a different repository Syntax

projectname/repo-slug#pr_id

we can use the below syntax to link the same project and repository

#111

same project with a different repository

project-repo##111

Different projects and repository

differentproject/project-repo##111

Jira tools support the following features.

FeatureDescriptionSupport
HeadingsHeaders
listDisplay the list of elements
TablesTables
Commentscomments are ignore by parsers.
LinksLinks
Blockquotesblockquotes
ImagesImages
EmphasisEmphasis Bold,Italic and strikethrough