Release notes
2023-10
2023-10
Feel free to complete our feedback form with any comments or concerns about API version 2023-10
.
Breaking changes
-
Removed the deprecated
items
field onboards
queries, replaced it withitems_page
-
Removed the deprecated
items
field ongroups
queries, replaced it withitems_page
-
New column values fields and typed column values
-
Removed the deprecated
items_by_column_values
anditems_by_multiple_column_values
objects, replaced them withitems_page_by_column_values
-
The
column_type
field on thecreate_column
mutation is now a required field -
Empty parentheses are no longer supported
-
Quotation marks for strings are now required
-
Removed the deprecated
pos
fields on boards and columns queries -
The
type
field oncolumns
queries has changed fromString!
toColumnType!
-
Deprecated the
newest_first
argument onboards
queries -
Many of the ID arguments and fields have changed from
Int
toID
type -
Text
field returns empty results for mirror, dependency, and connect boards columns when querying throughcolumn_values
or the specificMirrorValue
,DependencyValue
andBoardRelationValue
types. Use thedisplay_value
field instead.
Non-breaking changes
-
New
next_items_page
object for cursor-based pagination -
New
move_item_to_board
mutation -
New
linked_items
field onitems
queries -
New
edit_update
anddelete_update
webhooks -
The
value
argument in thechange_simple_column_value
mutation is now nullable -
The complexity of the
text
field for mirror, link, and dependency columns increased
Need help migrating to 2023-10? Read our guide here.
Updated 17 days ago