Skip to main content

Categories and statuses

Every Paradarum support ticket carries a topic (its category) and a status (where it is in its lifecycle). This page documents the exact values for both.

Topics (categories)

The topic is how tickets are categorized. You pick one when you open a ticket; it appears as a colored badge on every ticket and can be linked to a specific property or kept general. The API serializes the topic as an integer (TicketTopic).

TopicAPI valuePanel labelUse it for
General0GeneralAnything that doesn't fit another category (the default).
Networking1NetworkingConnectivity, routing, origin reachability, DNS-related issues.
Rules2RulesCache rules, header rules, and rule-matching behavior.
Billing3BillingInvoices, plans, and account charges.
SSL4SSL / CertificatesTLS certificates and HTTPS provisioning.
Performance5PerformanceLatency, cache hit ratio, and throughput questions.

:::note SSL label vs. enum name The panel renders topic 4 as SSL / Certificates, but the underlying enum name is simply SSL. Send the integer 4 when calling the API. :::

:::important There is no priority field Paradarum tickets are categorized only by topic. There is no priority setting anywhere in the system — no Low/Normal/High dropdown, no urgency flag. Don't look for one; choose the most specific topic instead so the right team picks it up. :::

Statuses

The status reflects where a ticket is in its lifecycle. It is serialized as an integer (TicketStatus).

StatusAPI valueMeaningWho sets it
Open0Newly created or reopened; awaiting handling.Set automatically on create; also set when a Resolved ticket is reopened.
In Progress1Support is actively working on it.Staff.
Resolved2Marked solved by staff. Replying reopens it.Staff.
Closed3Finished and locked — no further messages.You (on your own ticket) or staff.

Who drives status changes

  • You can create a ticket (which starts as Open) and close your own ticket. Replying to a Resolved ticket implicitly reopens it back to Open.
  • Staff drive the In Progress and Resolved transitions. The panel never exposes buttons to set those statuses yourself.

:::tip Closing vs. resolving Resolved is a staff action that signals a solution was provided — and a reply will reopen it. Closed is a final, locked state. See Replies, attachments & closing for the details. :::