Changing Default in Comments window

Deleted user April 9, 2018

The default in the Comment window is Respond to Customer. I want to change it the Internal. Can I do that and if so, where?

Thanks

3 answers

1 accepted

1 vote
Answer accepted
ASC
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 18, 2020

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>

 

 

Varun Nelluri August 31, 2020

Thanks for the script, How can we restrict the change apply to only one JIRA service desk? 

1 vote
Susan Hauth _Jira Queen_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 9, 2018

Hi Jerry,

There isn't any simple way to do it.  See this previous community answer:

https://community.atlassian.com/t5/Jira-Service-Desk-questions/How-to-change-default-tab-to-internal-comment/qaq-p/56715

You can also vote for it here: JSDSERVER-1733

Hope that helps

Susan

0 votes
Meg Holbrook
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 Leaders.
April 9, 2018

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. 

https://community.atlassian.com/t5/Answers-Developer-Questions/How-do-i-set-the-default-JIRA-comment-tab-to-quot-Internal/qaq-p/516025

 

Older article that may contain relevant information:

https://community.atlassian.com/t5/Jira-Service-Desk-questions/How-to-change-default-tab-to-internal-comment/qaq-p/56715

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events