You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
We want to avoid sharing internal comments or discussion with the customer.
I disabled service-desk-comment-field in the modules of Jira Service Desk app. The button " Share with customer" and all tabs " Respond to customer" are hidden. But the comment is shared on the portal yet. So it is not a good solution
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To hide "share with customer" button you can add this following script to the announcement banner:
"<style type="text/css">
button.aui-button.aui-button-primary.sd-external-submit {
display: none;
</style>"
It will hide the button on the view screen. But you will continue to see "Respond to customer" tab in the edit screen and transitions screens.
This is for Jira Server ( I didn't test for Cloud )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To hide "share with customer" button you can add this following script to the announcement banner:
"<style type="text/css">
button.aui-button.aui-button-primary.sd-external-submit {
display: none;
</style>"
It will hide the button on the view screen. But you will continue to see "Respond to customer" tab in the edit screen and transitions screens.
This is for Jira Server ( I didn't test for Cloud )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We often have questions from folks using Jira Service Management about the benefits to using Premium. Check out this video to learn how you can unlock even more value in our Premium plan. &nb...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.