---
title: "Changes to Create Tickets"
method: POST
path: "/ticketing/tickets"
---

# Changes to Create Tickets

`POST /ticketing/tickets`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 18 revisions.

- **2024-09-20** `be3dc330edf3` — 13 breaking, 13 info
- **2024-08-06** `6502b0fa098c` — 11 breaking, 3 info
- **2024-08-05** `ca0fa45ebd05` — 4 breaking, 11 warning, 11 info
- **2024-08-05** `ca213ae36b7f` — 35 breaking, 26 info
- **2024-08-05** `167edd5346ec` — 27 breaking, 5 info
- **2024-08-03** `9d25bd589fe9` — 35 breaking, 25 info
- **2024-08-01** `414c3e999e0b` — 1 info

## Changes

- **2024-09-20** `be3dc330edf3` — 13 breaking, 13 info
  - removed the enum value `BUG` of the request property `type`
  - removed the enum value `CLOSED` of the request property `status`
  - removed the enum value `CONTACT` of the request property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/creator_type`
  - removed the enum value `HIGH` of the request property `priority`
  - removed the enum value `LIST` of the request property `collections/items/oneOf[#/components/schemas/UnifiedTicketingCollectionOutput]/collection_type`
  - removed the enum value `LOW` of the request property `priority`
  - removed the enum value `MEDIUM` of the request property `priority`
  - removed the enum value `OPEN` of the request property `status`
  - removed the enum value `PROJECT` of the request property `collections/items/oneOf[#/components/schemas/UnifiedTicketingCollectionOutput]/collection_type`
  - removed the enum value `SUBTASK` of the request property `type`
  - removed the enum value `TASK` of the request property `type`
  - removed the enum value `TO-DO` of the request property `type`
  - removed the enum value `USER` of the request property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/creator_type`
  - removed the `BUG` enum value from the `type` response property for the response status `201`
  - removed the `CLOSED` enum value from the `status` response property for the response status `201`
  - removed the `CONTACT` enum value from the `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/creator_type` response property for the response status `201`
  - removed the `HIGH` enum value from the `priority` response property for the response status `201`
  - removed the `LIST` enum value from the `collections/items/oneOf[#/components/schemas/UnifiedTicketingCollectionOutput]/collection_type` response property for the response status `201`
  - removed the `LOW` enum value from the `priority` response property for the response status `201`
  - removed the `MEDIUM` enum value from the `priority` response property for the response status `201`
  - removed the `OPEN` enum value from the `status` response property for the response status `201`
  - removed the `PROJECT` enum value from the `collections/items/oneOf[#/components/schemas/UnifiedTicketingCollectionOutput]/collection_type` response property for the response status `201`
  - removed the `SUBTASK` enum value from the `type` response property for the response status `201`
  - removed the `TASK` enum value from the `type` response property for the response status `201`
  - removed the `TO-DO` enum value from the `type` response property for the response status `201`
  - removed the `USER` enum value from the `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/creator_type` response property for the response status `201`
- **2024-08-06** `6502b0fa098c` — 11 breaking, 3 info
  - the `attachments/items/` request property type/format changed from `string`/`` to ``/``
  - the `collections` request property type/format changed from `string`/`` to `array`/``
  - the `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/attachments/items/` request property type/format changed from `string`/`` to ``/``
  - the `tags/items/` request property type/format changed from `string`/`` to ``/``
  - added `#/components/schemas/UnifiedTicketingAttachmentInput, subschema #1` to the `attachments/items/` response property `oneOf` list for the response status `201`
  - added `#/components/schemas/UnifiedTicketingAttachmentOutput, subschema #1` to the `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/attachments/items/` response property `oneOf` list for the response status `201`
  - added `#/components/schemas/UnifiedTicketingTagOutput, subschema #1` to the `tags/items/` response property `oneOf` list for the response status `201`
  - the `attachments/items/` response's property type/format changed from `string`/`` to ``/`` for status `201`
  - the `collections` response's property type/format changed from `string`/`` to `array`/`` for status `201`
  - the `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/attachments/items/` response's property type/format changed from `string`/`` to ``/`` for status `201`
  - the `tags/items/` response's property type/format changed from `string`/`` to ``/`` for status `201`
  - added `#/components/schemas/UnifiedTicketingAttachmentInput, subschema #1` to the `attachments/items/` request property `oneOf` list
  - added `#/components/schemas/UnifiedTicketingAttachmentOutput, subschema #1` to the `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/attachments/items/` request property `oneOf` list
  - added `#/components/schemas/UnifiedTicketingTagOutput, subschema #1` to the `tags/items/` request property `oneOf` list
- **2024-08-05** `ca0fa45ebd05` — 4 breaking, 11 warning, 11 info
  - request property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/creator_type` was restricted to a list of enum values
  - request property `priority` was restricted to a list of enum values
  - request property `status` was restricted to a list of enum values
  - request property `type` was restricted to a list of enum values
  - added the new `BUG` enum value to the `type` response property for the response status `201`
  - added the new `CLOSED` enum value to the `status` response property for the response status `201`
  - added the new `CONTACT` enum value to the `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/creator_type` response property for the response status `201`
  - added the new `HIGH` enum value to the `priority` response property for the response status `201`
  - added the new `LOW` enum value to the `priority` response property for the response status `201`
  - added the new `MEDIUM` enum value to the `priority` response property for the response status `201`
  - added the new `OPEN` enum value to the `status` response property for the response status `201`
  - added the new `SUBTASK` enum value to the `type` response property for the response status `201`
  - added the new `TASK` enum value to the `type` response property for the response status `201`
  - added the new `TO-DO` enum value to the `type` response property for the response status `201`
  - added the new `USER` enum value to the `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/creator_type` response property for the response status `201`
  - added the new `BUG` enum value to the request property `type`
  - added the new `CLOSED` enum value to the request property `status`
  - added the new `CONTACT` enum value to the request property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/creator_type`
  - added the new `HIGH` enum value to the request property `priority`
  - added the new `LOW` enum value to the request property `priority`
  - added the new `MEDIUM` enum value to the request property `priority`
  - added the new `OPEN` enum value to the request property `status`
  - added the new `SUBTASK` enum value to the request property `type`
  - added the new `TASK` enum value to the request property `type`
  - added the new `TO-DO` enum value to the request property `type`
  - added the new `USER` enum value to the request property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/creator_type`
- **2024-08-05** `ca213ae36b7f` — 35 breaking, 26 info
  - the response property `account_id` became nullable for the status `201`
  - the response property `assigned_to` became nullable for the status `201`
  - the response property `attachments` became nullable for the status `201`
  - the response property `collections` became nullable for the status `201`
  - the response property `comment` became nullable for the status `201`
  - the response property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/attachments` became nullable for the status `201`
  - the response property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/body` became nullable for the status `201`
  - the response property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/contact_id` became nullable for the status `201`
  - the response property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/creator_type` became nullable for the status `201`
  - the response property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/html_body` became nullable for the status `201`
  - the response property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/is_private` became nullable for the status `201`
  - the response property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/ticket_id` became nullable for the status `201`
  - the response property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/user_id` became nullable for the status `201`
  - the response property `completed_at` became nullable for the status `201`
  - the response property `contact_id` became nullable for the status `201`
  - the response property `created_at` became nullable for the status `201`
  - the response property `description` became nullable for the status `201`
  - the response property `due_date` became nullable for the status `201`
  - the response property `field_mappings` became nullable for the status `201`
  - the response property `id` became nullable for the status `201`
  - the response property `modified_at` became nullable for the status `201`
  - the response property `name` became nullable for the status `201`
  - the response property `parent_ticket` became nullable for the status `201`
  - the response property `priority` became nullable for the status `201`
  - the response property `remote_data` became nullable for the status `201`
  - the response property `remote_id` became nullable for the status `201`
  - the response property `status` became nullable for the status `201`
  - the response property `tags` became nullable for the status `201`
  - the response property `type` became nullable for the status `201`
  - the response property `created_at` became optional for the status `201`
  - the response property `field_mappings` became optional for the status `201`
  - the response property `modified_at` became optional for the status `201`
  - the response property `remote_data` became optional for the status `201`
  - the `created_at` response's property type/format changed from `object`/`` to `string`/`date-time` for status `201`
  - the `modified_at` response's property type/format changed from `object`/`` to `string`/`date-time` for status `201`
  - the endpoint scheme security `bearer` was removed from the API
  - the request property `account_id` became nullable
  - the request property `assigned_to` became nullable
  - the request property `attachments` became nullable
  - the request property `collections` became nullable
  - …21 more
- **2024-08-05** `167edd5346ec` — 27 breaking, 5 info
  - the request property `account_id` became not nullable
  - the request property `assigned_to` became not nullable
  - the request property `attachments` became not nullable
  - the request property `collections` became not nullable
  - the request property `comment` became not nullable
  - the request property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/attachments` became not nullable
  - the request property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/body` became not nullable
  - the request property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/contact_id` became not nullable
  - the request property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/creator_type` became not nullable
  - the request property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/html_body` became not nullable
  - the request property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/is_private` became not nullable
  - the request property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/ticket_id` became not nullable
  - the request property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/user_id` became not nullable
  - the request property `completed_at` became not nullable
  - the request property `contact_id` became not nullable
  - the request property `description` became not nullable
  - the request property `due_date` became not nullable
  - the request property `field_mappings` became not nullable
  - the request property `name` became not nullable
  - the request property `parent_ticket` became not nullable
  - the request property `priority` became not nullable
  - the request property `status` became not nullable
  - the request property `tags` became not nullable
  - the request property `type` became not nullable
  - the request property `field_mappings` became required
  - the `created_at` response's property type/format changed from `string`/`date-time` to `object`/`` for status `201`
  - the `modified_at` response's property type/format changed from `string`/`date-time` to `object`/`` for status `201`
  - the endpoint scheme security `bearer` was added to the API
  - the response property `created_at` became required for the status `201`
  - the response property `field_mappings` became required for the status `201`
  - the response property `modified_at` became required for the status `201`
  - the response property `remote_data` became required for the status `201`
- **2024-08-03** `9d25bd589fe9` — 35 breaking, 25 info
  - the response property `account_id` became nullable for the status `201`
  - the response property `assigned_to` became nullable for the status `201`
  - the response property `attachments` became nullable for the status `201`
  - the response property `collections` became nullable for the status `201`
  - the response property `comment` became nullable for the status `201`
  - the response property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/attachments` became nullable for the status `201`
  - the response property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/body` became nullable for the status `201`
  - the response property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/contact_id` became nullable for the status `201`
  - the response property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/creator_type` became nullable for the status `201`
  - the response property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/html_body` became nullable for the status `201`
  - the response property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/is_private` became nullable for the status `201`
  - the response property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/ticket_id` became nullable for the status `201`
  - the response property `comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/user_id` became nullable for the status `201`
  - the response property `completed_at` became nullable for the status `201`
  - the response property `contact_id` became nullable for the status `201`
  - the response property `created_at` became nullable for the status `201`
  - the response property `description` became nullable for the status `201`
  - the response property `due_date` became nullable for the status `201`
  - the response property `field_mappings` became nullable for the status `201`
  - the response property `id` became nullable for the status `201`
  - the response property `modified_at` became nullable for the status `201`
  - the response property `name` became nullable for the status `201`
  - the response property `parent_ticket` became nullable for the status `201`
  - the response property `priority` became nullable for the status `201`
  - the response property `remote_data` became nullable for the status `201`
  - the response property `remote_id` became nullable for the status `201`
  - the response property `status` became nullable for the status `201`
  - the response property `tags` became nullable for the status `201`
  - the response property `type` became nullable for the status `201`
  - the response property `created_at` became optional for the status `201`
  - the response property `field_mappings` became optional for the status `201`
  - the response property `modified_at` became optional for the status `201`
  - the response property `remote_data` became optional for the status `201`
  - the `created_at` response's property type/format changed from `object`/`` to `string`/`date-time` for status `201`
  - the `modified_at` response's property type/format changed from `object`/`` to `string`/`date-time` for status `201`
  - the request property `account_id` became nullable
  - the request property `assigned_to` became nullable
  - the request property `attachments` became nullable
  - the request property `collections` became nullable
  - the request property `comment` became nullable
  - …20 more
- **2024-08-01** `414c3e999e0b` — 1 info
  - the endpoint scheme security `bearer` was removed from the API

---

[Operation](https://skmtc.dev/panoratech/apis/panora-api-2/docs/ticketing/tickets/post.md) · [API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [Page](https://skmtc.dev/panoratech/apis/panora-api-2/changes/ticketing/tickets/post)
