We have a custom dropdown field of type 'Select List (Multiple choice)' having some options. I want to highlight one option with background color. It should reflect both in dropdown and issue created.
I have come across one solution that is, we need to set option with a span and class set to aui-lozenge aui-lozenge-success/error/current, etc. As given here https://aui.atlassian.com/aui/7.9/docs/lozenges.html
But when we use that value in JQL filter we have to use it along with span tag.
1 . Do we have any way to get plain text in this case ?
I know that there is following plugin
https://marketplace.atlassian.com/apps/1216682/custom-fields-for-jira?hosting=server&tab=overview
But we don't want to create new field or change the type of that existing custom field. We are only concerned with modifying the option of existing field.
2 . Is there any other plugin that can help me ?
3 . Is there any script or other way that I can achieve this ?
Please let me know if it's possible. Thank you in advance.