Hi
How to raise request in servise management with REST API , and add reporter field and customer request type in this JSON.
Our JSON:
Hi @Seid Muxtarov,
Welcome to Atlassian Community!
To create a request via API you have to use the JSM API and the Create customer request endpoint. The JSON would look something like this:
{
"requestParticipants": [
"qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d69abfa3980ce712caae"
],
"serviceDeskId": "10",
"requestTypeId": "25",
"requestFieldValues": {
"summary": "Request JSD help via REST",
"description": "I need a new *mouse* for my Mac"
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How i can set my authorization with bearer token , and how get it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.