-
Suggestion
-
Resolution: Fixed
-
0
-
37
-
NOTE: This suggestion is for JIRA Service Desk Server. Using JIRA Service Desk Cloud? See the corresponding suggestion.
Hi everyone,
Thank you for your interest in this issue.
After reviewing this, we are satisfied that the majority of this suggestion is supported as of JSD 3.14. The updated agent UI provides the ability for a commenter to select whether the comment should be shared with the customer, or just internally:
This is an updated comment experience from the former 'tab' view that defaulted to responding to the customer.
The following keyboard shortcuts are also available:
- Share with customer: Ctrl+Alt+e
- Comment internally: Ctrl+Alt+s
Please note that workflow transition screens with comments still have a tab format. We have created a new ticket for that specific request (JSDSERVER-7166) - please add your votes and watch there for updates in the future.
Kind regards,
Charlie
Jira Service Management, Server & Data Center
Is there any way to make the Internal Comments the default comment type? My organization uses Jira On Demand
Workaround for switching the order of the internal/external tabs in transition screens (Jira Server only)
Adding the following javascript to the Announcement Banner will switch the order of the tabs on the transition screen:
<script type="text/javascript"> var initialTabHighlightSwapped = false; function checkJSDCommentTabs () { var tabs = jQuery("#sd-comment-tabs"); if (tabs.size() > 0 && !initialTabHighlightSwapped) { switchJSDCommentTabHighlight(); initialTabHighlightSwapped = true; } else if (tabs.size() == 0) { initialTabHighlightSwapped = false; } } function switchJSDCommentTabHighlight () { jQuery(".js-sd-internal-comment").click(); } var intervalFunct = setInterval(checkJSDCommentTabs, 1000); </script>
- duplicates
-
JSDSERVER-1928 Allow admin to configure default tab for Comment field
- Closed
- has a derivative of
-
JSDSERVER-7166 Make internal comments the default for comments in transitions
- Gathering Interest
- is duplicated by
-
JSDSERVER-1928 Allow admin to configure default tab for Comment field
- Closed
- is related to
-
JSDSERVER-1928 Allow admin to configure default tab for Comment field
- Closed
- relates to
-
JSDCLOUD-1733 Make Internal Comments the default comment type
- Closed
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...