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.
AI-powered meeting notes keep work moving even if you’re out of the office. Enjoy your well-deserved time off and return refreshed, confident you’ll catch up in no time.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.