Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

IS there a way to color custom fields using JIRA automation?

Chris Krause
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 8, 2020

I am setting DOD to a checklist using jira automation edit issue field advanced mode, and it's working fine. I would like to make the text "DOD 1" purple. Is there anyway to do this? Not sure how to reconcile this: https://support.atlassian.com/jira-software-cloud/docs/handle-wiki-markup-and-html/

With the JSON. Thanks!

 

{
"fields": {
"customfield_15221": [{
"name": "DOD 1",
"checked": false,
"mandatory": true,
"option": false,
"id": 1,
"rank": 0
},
{
"name": "DOD 2",
"checked": false,
"mandatory": true,
"option": false,
"id": 2,
"rank": 1
},
{
"name": "DOD3 ",
"checked": false,
"mandatory": true,
"option": false,
"id": 3,
"rank": 2
},
{
"name": DOD 4",
"checked": false,
"mandatory": true,
"option": false,
"id": 4,
"rank": 3
},
{
"name": "DOD 5",
"checked": false,
"mandatory": true,
"option": false,
"id": 5,
"rank": 4
}
]
}
}

 

2 answers

0 votes
Tiffany J
Contributor
February 17, 2022

From <https://jpc-appp-01.corp.saic.com/secure/WikiRendererHelpAction.jspa?section=all>

 

{color:red}
    look ma, red text!
{color}

Changes the color of a block of text.

Example:

look ma, red text!

0 votes
Roy de Jonge
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 29, 2020

Did you find a solution for this?

Suggest an answer

Log in or Sign up to answer