From d8366faba8755a79890319ef08fa7a023ffba323 Mon Sep 17 00:00:00 2001 From: Tiago Bastos Date: Thu, 11 Jan 2024 10:12:28 +0000 Subject: [PATCH] add entry to changelog --- apiary.apib | 1 + src/changes-backwards-compatible.apib | 1 + 2 files changed, 2 insertions(+) diff --git a/apiary.apib b/apiary.apib index 83f103a0..42433866 100644 --- a/apiary.apib +++ b/apiary.apib @@ -430,6 +430,7 @@ We list all backwards-compatible additions here. These are currently available i - 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. - We replaced `task_type_rate` with `work_type_rate` in `projects-v2/tasks.list`, `projects-v2/tasks.info`, `projects-v2/tasks.create` and `projects-v2/tasks.update`. `task_type_rate` was never used. - We added `project_id` to the `tasks.create` endpoint. +- We added the `tickets.create` endpoint. #### December 2023 - The `dealPhases.list` endpoint can now filter phases by pipeline id. diff --git a/src/changes-backwards-compatible.apib b/src/changes-backwards-compatible.apib index 1f09eddf..9560da17 100644 --- a/src/changes-backwards-compatible.apib +++ b/src/changes-backwards-compatible.apib @@ -8,6 +8,7 @@ We list all backwards-compatible additions here. These are currently available i - 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. - We replaced `task_type_rate` with `work_type_rate` in `projects-v2/tasks.list`, `projects-v2/tasks.info`, `projects-v2/tasks.create` and `projects-v2/tasks.update`. `task_type_rate` was never used. - We added `project_id` to the `tasks.create` endpoint. +- We added the `tickets.create` endpoint. #### December 2023 - The `dealPhases.list` endpoint can now filter phases by pipeline id.