How to change text color in field description text?

Christopher John Harris July 13, 2017

I can change the text size by using something like:

<h5>Larger text</h>

Does anyone know how to do the same with the text color?  I want to emphasize certain fields.

3 answers

6 votes
Christopher John Harris July 13, 2017

Actually, I just figured it out.

<p style="color:#FF0000";>Testing text color</p>

 

Adam Padron July 13, 2017

Ah beat me by 24 seconds. :D

Like Srinivas Reddy likes this
2 votes
Shawn Masters
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 13, 2017

{color:#14892c}  "INSERT TEXT HERE" {color}

Christopher John Harris July 13, 2017

That's not working for me.  

Adam Padron July 13, 2017

in descriptions you need to use HTML instead of the wiki markup.  See this... https://www.w3schools.com/tags/tag_font.asp

Like Henry.Li likes this
Jose Luis Casarrubias January 18, 2021

@Shawn Masters 

This option worked for me.

Like Shawn Masters likes this
0 votes
Lorraine Gorman April 25, 2018

I've tried the HTML and doesn't seem to work for me.  The HTML mark up becomes part of the field description.  We are using JIRA Cloud, is this working for anyone on the Cloud version?

Fabian Duft July 19, 2020

In jira Cloud you have to use wiki markup instead of HTML:

{color:red} Your text! {color}

Like Scott likes this
Camila July 8, 2021

{color:red} Your text! {color}

<p style="color:#FF0000";>Testing text color</p>

 

Neither of those are working for me on Jira Cloud... Is there another way that I couldn't find?

Camila July 8, 2021

Forgot to mention that I'm trying to do this AFTER the ticket is created (It works when you are creating a new one)

Tiffany J February 18, 2022

Jira Cloud is a combination of WIKI and HTML at least for their Service management program.  

Example - red and bold for automation email:

<b> <font color="red"> Last Commenter Name: {{issue.comment.last.author.displayName}} at: {{issue.comment.last.created.mediumDateTime}}

Last Comment of {{issue.comments.size}} total comments:

{{issue.comment.last.body}} </font></b>

Using WIKI to define font style, color or size will not work.

This page was a great help in figuring this out.

https://www.w3schools.com/tags/tag_style.asp

Like Timo Oprießnig likes this

Suggest an answer

Log in or Sign up to answer