Forums

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

Structure in Jira - How to write in bold the value of a variable and frame it

Nadya_BA July 11, 2022

Hi all,

I have this formula below where I'm displaying the status of my items.

I would like to put the value of status in bold and put it in a frame

to get something similar to this str6.PNG

 

Here below is my formula where I just color the the value of status:


str4.PNG

 

str5.PNG

1 answer

1 accepted

2 votes
Answer accepted
David Niro
Atlassian Partner
July 11, 2022

Hello @Nadya_BA ,

For this, you will want to define the Panel border and background colors in addition to your text color.

Something like this should get you started:

CONCAT("{panel:borderStyle=solid|borderColor=yellow|bgColor=white}{color:brown}*",status,"*{color}{panel}")

Please let me know if it helps!

Best,
David

Nadya_BA July 11, 2022

@David Niro  It works great! thank you

Suggest an answer

Log in or Sign up to answer