Troubleshooting
This page is about Chat for JSM Cloud. Using Server or Data Center? Click here.
Fix for the "Unable to start chat: Cannot update issue property com.spartez.supportchat.last.seen" problem
When starting the chat, and also during the chat's message exchange, several issue properties are being updated. This cannot be done in the context of any of the chat participants, so the user account used to update these properties is the project lead. Therefore, it is crucial that this user has the following permissions in your project's permission scheme:Â
Edit Issue permission
Browse projects permission
Access to the project's Service Desk
See the Jira documentation for more information on how to set this permission.
How to enable debug output of the Chat in the browser
If you have a problem with Chat for Service Management, it might be useful to make it produce debug output in the browser's console. In order to do this:
Open your browser on the page with the Chat.
Open the browser's development tools (Ctrl-Shift-J in Chrome on Windows, Command-Option-I in Chrome on Mac).
Type
localStorage.setItem('support-chat-log-level', 3)
 and press ENTER.Refresh the page.