Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Headers
The account identifier
Path Parameters
Body
application/json
Custom Unified Fields configured in your StackOne project
Example:
{
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
The title or subject of the ticket
Example:
"System outage in production environment"
Users who reported the ticket
Example:
["user-001", "user-002"]
Agents assigned to the ticket
Example:
["user-001", "user-002"]
Array of content associated with the ticket
ID of the parent ticket if this is a sub-ticket
Example:
"ticket-002"
Priority of the ticket
The tags of the ticket
Example:
["tag-001", "tag-002"]
Project the ticket belongs to
Example:
"project-001"
Components to associate with the ticket
Example:
["component-001", "component-002"]
Current status of the ticket