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.
Actually, I just figured it out.
<p style="color:#FF0000";>Testing text color</p>
Ah beat me by 24 seconds. :D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
{color:#14892c} "INSERT TEXT HERE" {color}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
in descriptions you need to use HTML instead of the wiki markup. See this... https://www.w3schools.com/tags/tag_font.asp
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In jira Cloud you have to use wiki markup instead of HTML:
{color:red} Your text! {color}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
{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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Forgot to mention that I'm trying to do this AFTER the ticket is created (It works when you are creating a new one)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.