Hy everyone,
We used to have a field affects version. With this script:
<script type="text/javascript">
(function($){
new AJS.MultiSelect({
element: $("#customfield_11060"),
itemAttrDisplayed: "label",
errorMessage: AJS.params.multiselectComponentsError
});
})(AJS.$);
</script>
The users now see this text instead of the field. What am I not seeing?
Injected javascript is gradually becoming removed from Jira. I'd suggest you simply remove it and use the field as intended.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.