When you create, edit or comment on a JIRA issue, some fields may display two small icons at the right of the text area: a blue screen (the 'Preview' icon) and a yellow question-mark (the 'Help' icon). The presence of these icons indicates that this field supports JIRA's Text Formatting Notation, allowing you to use rich-text features such as:
For example, to include an image in the field, you would first attach the image to the issue, then type the following into the field:

To preview what the field will look like after you save it, click the 'Preview' icon:

Click the 'Help' icon to see a popup window containing the Text Formatting Notation Help.
The JIRA Text Formatting Notation and macros will only be available if your JIRA administrator has configured the relevant renderers. |
JIRA ships with the following macros:
Macro |
Description |
Enabled by default |
|
|---|---|---|---|
Anchor Macro |
Create an anchor that allows people to link to a specific point in a page. Usage:
|
yes |
|
Code Macro |
Format blocks of source-code or XML. The default language is Java but you can specify JavaScript, ActionScript, XML, HTML and SQL too. Usage:
|
yes |
|
Quote Macro |
Generate blockquotes that may contain multiple paragraphs or complex markup. Usage:
|
yes |
|
No Format Macro |
Create blocks of text where other wiki formatting is not applied. Usage:
|
yes |
|
Panel Macro |
Draw a panel with the following optional parameters:
|
true |
|
Colour Macro |
Change the colour of the contained text. Usage:
You can use any of the sixteen standard HTML colours ('aqua','black','blue','fuschia','green','gray','lime', 'maroon','navy','olive','purple','red','silver','teal','white','yellow'), or any hexadecimal colour code (e.g. '#336699'). |
yes |
|
Lorem Ipsum Macro |
Insert paragraphs of "lorem ipsum" space-filler text. Usage:
|
yes |
|
HTML Macro |
Use HTML code within a Jira Issue. Usage:
|
no |