> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Todoist Changelog

> Release history for the Todoist connector. Each version lists what changed and which actions were affected.

<Card title="Todoist connector" icon="arrow-left" href="/connectors/todoist" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v1.3.1" description="21 Sept 2026">
  `bug-fix` `auth`

  Fixed connections dropping after one hour. Todoist apps with token refresh enabled issue access tokens that expire after an hour, and the connector had no way to renew them, so every call returned 401 until the account was reconnected by hand. The access token is now refreshed automatically, and the rotated refresh token is stored on each refresh. The OAuth 2.0 setup guide was rebuilt with step-by-step screenshots, covering the app Token refresh setting this relies on.
</Update>

<Update label="v1.3.0" description="11 Sept 2026">
  `new-feature`

  Added scheduled data sync to six collection actions — tasks, projects, archived projects, sections, labels and activity logs — so these collections can be kept in sync and searched without calling Todoist on every request. Each walks the API cursor to completion and syncs by full refresh, because the Todoist REST API exposes no updated-since filter on these endpoints.

  <AccordionGroup>
    <Accordion title="Changed · 9 actions updated">
      `todoist_get_activity_logs`, `todoist_list_archived_projects`, `todoist_list_labels`, `todoist_list_projects`, `todoist_list_sections`, `todoist_list_tasks`, `todoist_unified_list_organizations`, `todoist_unified_list_roles`, `todoist_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.2.1" description="2 Sept 2026">
  `bug-fix`

  Standardized action category capitalization for more consistent portal filters.

  <AccordionGroup>
    <Accordion title="Changed · 10 actions updated">
      `todoist_auth_test`, `todoist_unified_get_me`, `todoist_unified_get_organization`, `todoist_unified_get_role`, `todoist_unified_get_user`, `todoist_unified_list_organizations`, `todoist_unified_list_resource_types`, `todoist_unified_list_resource_users`, `todoist_unified_list_roles`, `todoist_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.2.0" description="20 Aug 2026">
  `new-actions`

  Added unified IAM actions for identity, workspace users, roles, organizations, and project-scoped resource users.

  <AccordionGroup>
    <Accordion title="Added · 10 new actions">
      `todoist_auth_test`, `todoist_unified_get_me`, `todoist_unified_get_organization`, `todoist_unified_get_role`, `todoist_unified_get_user`, `todoist_unified_list_organizations`, `todoist_unified_list_resource_types`, `todoist_unified_list_resource_users`, `todoist_unified_list_roles`, `todoist_unified_list_users`
    </Accordion>

    <Accordion title="Changed · 52 actions updated">
      `todoist_archive_project`, `todoist_archive_section`, `todoist_close_task`, `todoist_create_comment`, `todoist_create_label`, `todoist_create_project`, `todoist_create_section`, `todoist_create_task`, `todoist_delete_comment`, `todoist_delete_label`, `todoist_delete_project`, `todoist_delete_section`, `todoist_delete_task`, `todoist_delete_upload`, `todoist_get_activity_logs`, `todoist_get_comment`, `todoist_get_label`, `todoist_get_productivity_stats`, `todoist_get_project`, `todoist_get_project_permissions`, `todoist_get_section`, `todoist_get_task`, `todoist_get_tasks_by_filter`, `todoist_get_tasks_completed_by_completion_date`, `todoist_get_tasks_completed_by_due_date`, `todoist_get_user_info`, `todoist_join_project`, `todoist_list_archived_projects`, `todoist_list_comments`, `todoist_list_labels`, `todoist_list_project_collaborators`, `todoist_list_projects`, `todoist_list_sections`, `todoist_list_shared_labels`, `todoist_list_tasks`, `todoist_move_task`, `todoist_quick_add_task`, `todoist_remove_shared_label`, `todoist_rename_shared_label`, `todoist_reopen_task`, `todoist_search_labels`, `todoist_search_projects`, `todoist_search_sections`, `todoist_unarchive_project`, `todoist_unarchive_section`, `todoist_update_comment`, `todoist_update_label`, `todoist_update_notification_setting`, `todoist_update_project`, `todoist_update_section`, `todoist_update_task`, `todoist_upload_file`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.0" description="24 Jul 2026">
  `new-actions`

  Added webhook event support for task, comment, project, section, label, filter, and reminder events (25 events).
</Update>
