YouTrack is an issue-tracker designed for software development teams. It serves as a one-stop shop for tracking daily tasks and bugs, planning sprints and releases, and managing agile projects. It’s available in the cloud or as a self-hosted standalone version.
YouTrack provides powerful functionality that helps you perform various actions programmatically via its RESTful API, including:
- Importing issues from your current bug tracking system — for smoother migration to YouTrack.
- Creating, modifying, and performing other operations programmatically — so you can seamlessly integrate YouTrack into your environment. For example, via automated issue submission from third-party applications.
- Manipulating projects, users, groups, roles, issue link types, and custom attributes.
For more information about this topic visit the official documentation: YouTrack REST API