This resource represents customer experiences, also known as help centers. Use this to manage customer experiences, including support sites.
Raises the issue to be visible on the provided help center for the reporter to see.
If the issue has no submitted form, it attaches and submits the help center's default form. The values submitted in the form will use the values of Summary and Description on the provided issue.
If a form is already attached to the issue, this operation returns 409 Conflict.
Permissions required: The caller must be able to view the provided help center and be a Customer Service Management agent with EDIT_ISSUES permission for the provided issue.
write:csm-request:jira-service-managementstring
Requiredstring
RequiredExperimentalHeader
RequiredReturns a link to the raised issue in the support site associated with the provided help center.
1
2
3
4
5
curl --request POST \
--url 'https://api.atlassian.com/jsm/csm/cloudid/{cloudId}/api/v1/helpcenter/{helpCenterId}/issue/{issueIdOrKey}/raise' \
--header 'Authorization: Bearer <access_token>' \
--header 'Accept: application/json' \
--header 'X-ExperimentalApi: opt-in'1
2
3
{
"supportSiteRequestUrl": "https://example.atlassian.net/helpcenter/acme-support/user/requests/CSM-123"
}Rate this page: