Markdown Text Color in Structure Formula

Daniel J. Pinter September 15, 2023

Instead of a background color to indicate the priority of items in the Structure I'd like to have a bullet with the text color set by the level of priority. My attempts have not been successful.

Jira Structure Markdown Text Color.png

What's the correct syntax for text color in markdown?

1 answer

0 votes
Florian Bonniec
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 15, 2023

Hi @Daniel J. Pinter 

 

Have you declare your formula as Wiki MArkup ?

 

Reagrds

Daniel J. Pinter September 15, 2023

Yes, I have. You can see the last row of Priority uses the panel's backgroundColor attribute.

Florian Bonniec
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 15, 2023

Hum do not seems to work on my side either. I've used images instead. I downloaded circle of color (on side such as icon8 searching for circle orange/green etc) and display them base on the field.

with FORMAT_CAPTION(value) = (
IF(LOWER(value) = "urgent") :
"""{panel:borderStyle=none} !linktomyimagecirclered!{panel}"""
ELSE IF(LOWER(value) = "high") :
"""{panel:borderStyle=none} !linktomyimagecircleorange!{panel}"""
ELSE IF(LOWER(value) = "low") :
"""{panel:borderStyle=none} !linktomyimagecirclegreen!{panel}"""
ELSE :
"""{panel:borderStyle=none} {panel}"""
):
"""${FORMAT_CAPTION(value)}"""

Regards

Like # people like this
Daniel J. Pinter September 18, 2023

How would I upload those to Jira Cloud so all the users of my structure could see the icons?

Florian Bonniec
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 25, 2023

Ah right forgot you are on Cloud. You could probably host the image somewhere available to the internet for JIRA to reach or as attachment in a project any user has browse permission ibn but it's not clean.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events