Support (Beta)
File bugs and feature requests reported by a user
Files an ARS Bug from a user's report. The agent files without asking the user to confirm, so the team hears about defects the user would not have bothered to report. Repeats are triage's job to merge; each organization is capped per day.
One-line ticket title.
The user's own words, quoted. Do not paraphrase.
The error or wrong behavior the user saw.
Numbered steps an engineer can follow.
What the user expected instead.
App URL where this happened, if known.
nullCloud provider involved, if relevant.
nullPossible values: OK
created when a ticket was filed, rate_limited when the org hit its daily cap, not_filed when filing is disabled in this environment.
ARS key of the filed ticket.
Link to the filed ticket.
Why nothing was filed.
Bad request
Unauthorized
Forbidden
Not found
Method not allowed
Conflict
Unprocessable Content
Internal server error
Default error response
POST /beta/v1/org/{org_id}/support/bug-reports HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 153
{
"summary": "text",
"user_verbatim": "text",
"what_happened": "text",
"steps_to_reproduce": "text",
"expected_behavior": "text",
"app_url": "text",
"provider": "aws"
}{
"status": "text",
"ticket_key": "text",
"ticket_url": "text",
"reason": "text"
}Files an ARS Feature Request from a user's ask. Call this only when the user wants a capability the platform does not have. Repeats are triage's job to merge; each organization is capped per day.
One-line ticket title.
The user's own words, quoted. Do not paraphrase.
The problem this solves, and who hits it.
What the user wants, high level. Not a spec.
Why it matters: friction removed, time saved, deal context.
OK
created when a ticket was filed, rate_limited when the org hit its daily cap, not_filed when filing is disabled in this environment.
ARS key of the filed ticket.
Link to the filed ticket.
Why nothing was filed.
Bad request
Unauthorized
Forbidden
Not found
Method not allowed
Conflict
Unprocessable Content
Internal server error
Default error response
POST /beta/v1/org/{org_id}/support/feature-requests HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 108
{
"summary": "text",
"user_verbatim": "text",
"problem": "text",
"desired_behavior": "text",
"business_value": "text"
}{
"status": "text",
"ticket_key": "text",
"ticket_url": "text",
"reason": "text"
}Last updated
Was this helpful?

