Hi Ed,
You can achieve this by adding the following javascript:
<script type="text/javascript"> (function($) { AJS.toInit(function(){ // init on load AJS.$("#qf-create-another").hide(); AJS.$("label.qf-create-another").hide(); }) JIRA.bind(JIRA.Events.NEW_CONTENT_ADDED, function (e, context) { // init on refresh AJS.$("#qf-create-another").hide(); AJS.$("label.qf-create-another").hide(); }); })(AJS.$); </script>
About where to place the code, you can follow the documentation below:
https://confluence.atlassian.com/pages/viewpage.action?pageId=317950124
Tested on my instance working [Jira 6] :) Cheers
Hello Ed,
Can you please explain your question further? What Create another checkbox are you referring to?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Ed,
As far as I know that this is not possible within JIRA. In order to achieve what you require you may want to go and customize JIRA code in order to hide the checkbox.
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.