James Barry
If this was extended to any task-type, including user defined task-types, a a filter --- it would be very helpful
M
Matthieu Delanoë
Ivan Villa will this endpoint for custom types work only in v3 (since it's a v3 concept), or will it also work for v2 customers?
Any approximate timeline for this one? Thx!
Ivan Villa
Matthieu Delanoë: Just confirmed with the team, the API will work the same regardless of what version you are on :)
This also should be showing up any day now if you don't see it already :) The team is just working on updating the API docs
M
Matthieu Delanoë
Ivan Villa: Thx!
There is indeed a new custom_item_id property returned in the GET Task(s) endpoints. From what I understand:
- 0 means a regular task
- 1 means milestone
- 100x means a custom item defined in the settings
I don't yet see it the doc, nor the part about getting the list of those custom items.
Before the doc is released, do you have an idea of the url needed to fetch those custom items, if already ready in the code?
M
Matthieu Delanoë
If others are looking for the custom item list endpoint, here it is: https://api.clickup.com/api/v2/team/{team_id}/custom_item
Not yet documented at the time of writing, so it might change
l
larvar
In addition, the sound in the game is also very unique and impressive.
Ivan Villa
planned
We are going to be rolling this into the API for our new custom task types.
Pierre Becher
Also allow to mark a a task as milestone when creating a task via API
Pierre Becher
just add a boolean parameter to the GET task endpoint like milestone true/false