I want to set a CF which has three options, which the options can display some pictures, just like a red flag, a red dot, a little flower. Like the issue type icon.
How can I set it? Which CF type should I use? Can select list contain icon link? Which plugin shoud I use?
Thanks very much!
When you create / edit the issue, because the field is based on a html <select>, you can't see the image. And if you add a test, it will be displayed beside the image on the view screen, or from the Confluence page where you display the JIRA issue.
My solution was to add a hidden <span> that will display the text on the <select>, but not on the view screen:
<img src="https://mywebsite.com/storm.png" height="30" valign="middle"><span style="visibility:hidden" >Storm</span>
Using the 'Select List (Single Choice)' and 'Select List (Multiple Choices)' custom field types built into JIRA, you can use the <img src=" ">
HTML tag to insert images into your options. The images don't appear when selecting inputs for the fields, however - only when the custom field is shown on the 'Issue Details' screen for the JIRA issue.
This, as well as another option, is mentioned in the standing feature request for what you're after: https://jira.atlassian.com/browse/JRA-5703
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.