This one looks working and putting the "Internal comment" as default in blue
<script type="text/javascript">
jQuery(document).ready(function($) {
JIRA.bind(JIRA.Events.NEW_CONTENT_ADDED, function (e, context, reason) {
AJS.$(".sd-internal-submit").addClass('aui-button-primary');
AJS.$(".sd-internal-submit").removeClass('sd-internal-submit');
AJS.$(".sd-external-submit").removeClass('aui-button-primary');
});
});
</script>
Thanks for the script, How can we restrict the change apply to only one JIRA service desk?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jerry,
There isn't any simple way to do it. See this previous community answer:
You can also vote for it here: JSDSERVER-1733
Hope that helps
Susan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jerry, are you running JSD Server or Cloud?
Here is a related article I found with some helpful links, including a 'doublecheck' app link that prompts for confirmation before sending an update to external.
Older article that may contain relevant information:
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.