API Tracker
Written by
Updated at February 9, 2024
Manage your Tracker issues using HTTP requests to the Yandex Tracker REST API.
The Yandex Tracker API is designed for web services and apps that work with your organization's issues on behalf of a user. The API features depend on the access rights of the user making the requests.
Use the Tracker API to:
- Integrate Tracker with other services. For example, use a chatbot to manage issues or link Tracker to a CRM system.
- Automate processes, such as creating, bulk changing, and finding issues by parameter.
- Set specific rules for processing certain actions. For example, you can set a timer for updating an issue's status.
- Create web browser extensions for managing Tracker.
For more information about how to use the Tracker API, see the Reference.
Tip
Try out our Python client with the Tracker API. It will make it easier for you to start using the API in your applications.