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
}
]
}
}
From <https://jpc-appp-01.corp.saic.com/secure/WikiRendererHelpAction.jspa?section=all>
{color:red} | Changes the color of a block of text. Example: look ma, red text! |
Did you find a solution for this?
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.