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.
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.