Hub REST API Endpoints Deprecated in YouTrack 2026.1
Starting with version 2026.1, several Hub REST API endpoints that were previously used for YouTrack data are no longer available for this purpose. Use YouTrack REST API endpoints for YouTrack projects, project teams, and organizations.
Entity | Hub REST API endpoint | Replacement YouTrack REST API endpoint |
|---|---|---|
Projects |
| |
Project teams |
|
|
Organizations |
|
Projects
Starting with YouTrack 2026.1, <Hub_REST_API_URL>/projects returns Hub data, and does not return YouTrack projects. If your integration used this Hub endpoint to enumerate projects, migrate it to <YouTrack_REST_API_URL>/admin/projects.
Request fields such as id, name, and shortName to get the project identifiers that most integrations use.
Project Teams
Hub REST API endpoints for project teams are no longer available for YouTrack project teams starting with YouTrack 2026.1. Use the project team subresource in YouTrack REST API instead.
The /team/users subresource returns all users in the project team, including users who are included through groups. Add direct team members with POST <YouTrack_REST_API_URL>/admin/projects/{projectID}/team/ownUsers. To add user groups to a project team, use <YouTrack_REST_API_URL>/admin/projects/{projectID}/team/groups.
Organizations
Hub REST API endpoints for organizations are no longer available for YouTrack organization data starting with YouTrack 2026.1. Use <YouTrack_REST_API_URL>/admin/organizations and related YouTrack REST API endpoints instead.