Merge · Example Payload

Ticketing Api Ticket Example

Users are unable to access the login page after the latest deployment.

CriticalAuthentication

Ticketing Api Ticket Example is an example object payload from Merge, with 19 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idremote_idnameassigneescreatordue_datestatusdescriptionpriorityticket_typeaccountcontactparent_tickettagscompleted_atticket_urlremote_was_deletedcreated_atmodified_at

Example Payload

Raw ↑
{
  "id": "0958cbc6-6040-430a-848e-aafacbadf4ae",
  "remote_id": "19202938",
  "name": "Bug: Login page not loading",
  "assignees": ["a1b2c3d4-e5f6-7890-abcd-ef1234567890"],
  "creator": "f1e2d3c4-b5a6-7890-1234-567890abcdef",
  "due_date": "2026-04-25T00:00:00Z",
  "status": "OPEN",
  "description": "Users are unable to access the login page after the latest deployment.",
  "priority": "HIGH",
  "ticket_type": "Bug",
  "account": null,
  "contact": "c1d2e3f4-a5b6-7890-1234-567890abcdef",
  "parent_ticket": null,
  "tags": ["Critical", "Authentication"],
  "completed_at": null,
  "ticket_url": "https://jira.example.com/browse/PROJ-123",
  "remote_was_deleted": false,
  "created_at": "2026-04-10T08:30:00Z",
  "modified_at": "2026-04-15T14:20:00Z"
}