I have a single select drop down field called " request priority" and I would like to add a bulleted list to the field description defining what each priority option means. Does anyone know a way to do this?
Just with HTLM.
Example:
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
Hey Marcela,
I'm unfortunately HTML illiterate.
So I have updated it using your statement and it appears correctly when I view the field description in the custom field directory as shown in the image. I However when I look at the field in the ticket edit view the formatting is not showing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
if its a pre-existing field, you should also change the description in the field configuration.
Choose Issues.
Select Fields - Field Configurations to open the View Field Configurations page, which lists all your field configurations.
Click the Edit link next to the field configuration you wish to edit.
On the Edit Field Configuration page, edit the Description.
Check how is the description there...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yup thats what I did
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Works for me, after modifying the description in the field configuration as recommended by Marcela.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@[deleted] I did the same as what Marcela posted with <ul> and <li> elements.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Marcela Junyent My mistake you were right. I was not paying attention and adding the description from in the wrong place. Yes this works perfectly. Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad I could help!
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.