Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document initial_reply on tickets.create #795

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions apiary.apib
Original file line number Diff line number Diff line change
@@ -429,6 +429,7 @@ We list all backwards-compatible additions here. These are currently available i
#### February 2024
- We added the `tickets.importMessage`, `tickets.addReply` and `tickets.addInternalMessage` endpoints.
- We now support `ticket` as a valid `type` on the `cloudPlatforms.url` endpoint.
- We added the `initial_reply` to `tickets.create` endpoint.

#### January 2024
- We renamed `task_type` and `task_type_id` to `work_type` and `work_type_id` in `projects-v2/tasks.list`, `projects-v2/tasks.info`, `projects-v2/tasks.create` and `projects-v2/tasks.update`. The old names are still supported, but deprecated.
@@ -8234,6 +8235,10 @@ Create a ticket.
+ Members
+ `company`
+ id: `2659dc4d-444b-4ced-b51c-b87591f604d7` (string, required)
+ initial_reply (enum, optional) - Create & send an initial autoreply according to configuration (default: automatic).
+ Members
+ `automatic`
+ `disabled`

+ Response 201 (application/json)

4 changes: 4 additions & 0 deletions src/12-tickets/tickets.apib
Original file line number Diff line number Diff line change
@@ -108,6 +108,10 @@ Create a ticket.
+ Members
+ `company`
+ id: `2659dc4d-444b-4ced-b51c-b87591f604d7` (string, required)
+ initial_reply (enum, optional) - Create & send an initial autoreply according to configuration (default: automatic).
+ Members
+ `automatic`
+ `disabled`

+ Response 201 (application/json)

1 change: 1 addition & 0 deletions src/changes-backwards-compatible.apib
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ We list all backwards-compatible additions here. These are currently available i
#### February 2024
- We added the `tickets.importMessage`, `tickets.addReply` and `tickets.addInternalMessage` endpoints.
- We now support `ticket` as a valid `type` on the `cloudPlatforms.url` endpoint.
- We added the `initial_reply` to `tickets.create` endpoint.

#### January 2024
- We renamed `task_type` and `task_type_id` to `work_type` and `work_type_id` in `projects-v2/tasks.list`, `projects-v2/tasks.info`, `projects-v2/tasks.create` and `projects-v2/tasks.update`. The old names are still supported, but deprecated.