-
Suggestion
-
Resolution: Duplicate
-
None
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Actually it is possible to create an elegant Multi Select Custom Field (just as the 'Components' and 'Versions' system fields), but it requires some JavaScript knowledge by adding the following content into the Custom Field's description:
<script type="text/javascript"> AJS.$("#customfield_10102 option[value='-1']").remove(); (function($) { new AJS.MultiSelect( { element: $("#customfield_10102"), itemAttrDisplayed: "label", errorMessage: AJS.params.multiselectComponentsError }); } )(AJS.$); </script>
It will result in a custom field like this:
This is not user friendly. It would be nice to have a dynamic template for choosing the classical select list or an elegant display like this. As a workaround, we do have excellent examples provided by our community here:
But it should be default on JIRA.
- duplicates
-
JRACLOUD-30547 Custom Fields similar to JIRA's Versions and Components
- Closed
- is related to
-
JRASERVER-33567 Create an elegant template for a Multi Select Custom Field just as the 'Components' system field
- Closed