Hello,
First, I will explain the terms in Korean.
- "합의" = "Agreement"
- "필수항목" = "Requirement"
There is a custom field named Agreement.
When I first set up the description, I did set it up like this : {color:red}*required{color:red}
It didn't work so I changed it. So in the current description of this field, it is set as *requried.
(Please refer to the Agreement_description image.)
However, the screen that appears when switching the state is expressed as follows.
(Please refer to the Agreement_TransitionScreen image.)
How to solve it?
Add to How to apply CSS settings to fields set as asset type on additional transition screens?
Please refer to the URL I am asking.(https://community.atlassian.com/t5/Jira-Software-questions/Why-isn-t-color-red-required-color-like-this/qaq-p/2302103)
Thank you.
Hi @이정왕
Most likely you have to change the field description from the field configuration of the project. So to do that, if you are on a company managed project:
Instead of making the field red, you can actually make it required with two methods:
And the correct markup is:
{color:red}*required{color}
So use the above in the description of your custom field, via the field configuration.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alex Koxaras -Relational- ,
First of all thank you so much for your reply!
Set up a Screen in the workflow Transition, and that Screen has a Agreement custom field with an asset type.
I tried putting {color:red}*required{color} in the description in a field with an asset type, but it doesn't work.
Doesn't CSS work for fields with asset type?? (Use Jira Cloud)
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @이정왕
I've tried it on my instance and the markup I gave you works just fine:
And it works also on the customer portal:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alex Koxaras -Relational- ,
First of all thank you so much for your reply!
I confiremd before that it works when creating issue.
What I want is custom field of asset type in screen when workflow transition css not working.
Is it like that?
For example, the WIP:Request Approval Screen in the following workflow transition.
(Please refer to the screen image.)
(screen image)
I changed the status and screen appeared, where Notification with asset type did not work with CSS, systemName with text type did with CSS.
(Please refer to the for example image.)
(for example image)
Thank you.
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.