The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
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