-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Channel - Chat
-
2
-
Minor
Issue Summary
Jira Service Management (JSM) Chat creates issues for new users with an "Anonymous" reporter and fails to attach initial chat messages as comments due to a race condition between customer account creation and issue creation.
Steps to Reproduce
- In a test environment, use a clean tenant and start a JSM chat with a never-before-seen user (new email/account).
- Send multiple quick messages as the new user.
- Observe the resulting issue in JSM.
Expected Results
- The issue is created with the correct reporter/requester (the new user).
- Initial chat messages appear as comments on the issue.
- No "Anonymous" reporter is present.
Actual Results
- The issue is created with "Anonymous" as the reporter.
- Initial chat messages fail to appear as comments.
- This only occurs for new users; existing users do not experience this problem.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available