Release notes

2024-07

Breaking changes

  • New data object in all error codes

2024-04

Hotfixes

  • March 26th, 2024: Mutations with the column_values argument now accept both string and integer IDs. Check out the full announcement here.
  • April 1st, 2024:

Breaking changes

  • New kind field accepted enum values on version and versions queries
  • Updated field types on app_installs queries

Non-breaking changes

2024-01

Hotfixes

  • March 26th, 2024: Mutations with the column_values argument now accept both string and integer IDs. Check out the full announcement here.

Breaking changes

Non-breaking changes

2023-10

Feel free to complete our feedback form with any comments or concerns about API version 2023-10.

Hotfixes

  • December 3rd, 2023: We aligned the empty value results for the text field when querying through column_values V2 to the behavior seen in version 2023-07. Check out the full announcement here.
  • March 26th, 2024: Mutations with the column_values argument now accept both string and integer IDs. Check out the full announcement here.

Breaking changes

  • Removed the deprecated items field on boards queries, replaced it with items_page

  • Removed the deprecated items field on groups queries, replaced it with items_page

  • New column values fields and typed column values

  • Removed the deprecated items_by_column_values and items_by_multiple_column_values objects, replaced them with items_page_by_column_values

  • The column_type field on the create_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

  • Column type strings have changed. The type field on columns queries has changed from String! to ColumnType!

  • Deprecated the newest_first argument on boards queries

  • Many of the ID arguments and fields have changed from Int to ID type

  • Text field returns empty results for mirror, dependency, and connect boards columns when querying through column_values or the specific MirrorValue, DependencyValue and BoardRelationValue types. Use the display_value field instead.

Non-breaking changes

👍

Need help migrating to 2023-10? Read our guide here.