Usage

This app renders LaTeX anywhere inside Jira– even in Issue Summary. The syntax is very simple.

LaTeX for Jira

Atlassian Wiki fields

Simple syntax

For fields that use the Atlassian Wiki editor like Description or Comment, inline LaTeX content must be wrapped inside the {latex-inline}...{latex-inline} macro and LaTeX block content must be wrapped between {latex-block}...{latex-block}.

For Jira 7+, the macros have to be used in Text mode and not Visual mode.

Advanced syntax

For more complex equations, the symbols can be misinterpreted by Atlassian Wiki as formatting syntax. In this case, LaTeX block must be wrapped inside {noformat}//[...//]{noformat}.

For Jira 7+, the macros have to be used in Text mode and not Visual mode.

Examples

Description

For Jira 7+, the macros have to be used in Text mode and not Visual mode.

Input
Render
Input
Render

Comment

For Jira 7+, the macros have to be used in Text mode and not Visual mode.

Input
Render
Input
Render

Plain text fields

For plain text fields like Summary, inline LaTeX must be wrapped inside //(...//) and LaTeX block must be wrapped inside //[...//].

Examples

Summary

Input
Render

Text Field (multi-line)

Input

Text Field (single line)

Last updated