Validate Progress Update Tags
Not all HTML tags are supported - if you want to include rich text updates, Confluence or Atlas may be a better fit.
Links
<a href=”URL”>LINK TEXT</a>
Images
<img src=”URL” />
Headings
<h1> </h1>
<h2> </h2>
<h3> </h3>
Tags
<tag color=”COLOR” text=”YOUR TEXT” />
Note: US spelling of color/colour.
Valid colour options:
Green
Blue
Red
Purple
Grey
Teal
Yellow
Light-Green
Light-Blue
Light-Red
Light-Purple
Light-Grey
Light-Teal
Light-Yellow
Font Effects
Bold
<b>TEXT</b>
Italic
<i>TEXT</i>
Strikethrough
<s>TEXT</s>
Code
<pre> Preformatted code </pre>