Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Asterisk symbol for required field in transition screens for Jira Cloud with out plugin

Mahesh Kallepalli
Contributor
September 18, 2020

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

 

1 answer

0 votes
Velizar Borisov
Community Champion
September 18, 2020

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 

Mahesh Kallepalli
Contributor
September 18, 2020

Hi @Velizar Borisov 

Thanks for your Response..!!

I hope this JS code will work only on sever we are using cloud instance.

 

Regards,

Mahesh

Like Velizar Borisov likes this

Suggest an answer

Log in or Sign up to answer