Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jira issue description markdown/wiki type

Tags:

jira

Is there an official name for the markup used in Jira issues? It's not a flavor of Markdown or wiki syntax I'm familiar with.

Extra points if you have a syntax highlighting plugin for Jira (not Confluence)!

Thanks!

like image 426
terry87 Avatar asked Oct 26 '25 06:10

terry87


1 Answers

Atlassian has its own wiki formatting language that is used in JIRA. Syntax highlighting is supported via {code} blocks:

{code:title=Bar.java|borderStyle=solid}
// Some comments here
public String getFoo()
{
    return foo;
}
{code}

{code} blocks support the following languages:

The default language is Java but you can specify others too, including ActionScript, Ada, AppleScript, bash, C, C#, C++, CSS, Erlang, Go, Groovy, Haskell, HTML, JavaScript, JSON, Lua, Nyan, Objc, Perl, PHP, Python, R, Ruby, Scala, SQL, Swift, VisualBasic, XML and YAML.

like image 75
Chris Avatar answered Oct 28 '25 02:10

Chris



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!