Hello ,
we want Asterisk symbol for required field in transition screens for Jira Cloud with out plugin. Does JavaScript will work for Jira Cloud. Kindly suggest best solution for my query.
Thanks & Regards,
Mahesh
Hi Malesh,
Try with this JS code :
<script type="text/javascript"> AJS.$("#customfield_11300").parent().children('label').append('<span class="aui-icon icon-required"></span>'); </script>
I've found it in another question asked in the community and never tested it, so please check also the original answer here:
https://community.atlassian.com/t5/Jira-questions/Is-there-a-way-to-get-required-field-asterisks-to-show-up-on-a/qaq-p/126144
Regards,
Velizar
Thanks for your Response..!!
I hope this JS code will work only on sever we are using cloud instance.
Regards,
Mahesh
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.