-
Bug
-
Resolution: Fixed
-
High
-
3
-
Severity 3 - Minor
-
-
Warranty
Issue Summary
When adding the "Reporter" field in the Request Form tab for a certain Request type, causes the following error that prevents customers from raising tickets via Portal for the request type in question:
Couldn't send request
Please copy your text, then refresh the page and try again. If you've already tried again,
tell us about this issue
Steps to Reproduce
- Go to a Service project > Project settings > Request Management > Request types, then select any Request type to access its configuration.
- Click on the "Request Form" tab and search on the right bar the "Reporter" field.
- Drag the field in question to the Request Form layout
- Go to the Help Center portal and access the Request type that was modified in the previous steps, and try to create a request.
Expected Results
The request is generated without any errors.
Actual Results
The request fails to be created with the following error:
Couldn't send request
Please copy your text, then refresh the page and try again. If you've already tried again,
tell us about this issue
Also, looking at the Devtools the following code block error is logged:
{ "message": "Duplicate key reporter (attempted merging values com.atlassian.servicedesk.internal.issue.globalcreate.ServiceDeskRequestTypeFieldImpl@428b452e and com.atlassian.servicedesk.internal.issue.globalcreate.ServiceDeskRequestTypeFieldImpl@dba60c96)", "status-code": 500, "stack-trace": "" }
Workaround
Remove the "Reporter" field from the "Request form" tab of the affected request type.
- mentioned in
-
Page Loading...