Questions tagged [youtrack-api]

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

32 questions
-1
votes
1 answer

How do I access user notifications via REST in YouTrack?

I can't for the life of me find the documentation on how to access user notifications via the REST-API. Everything is activated and allowed in the admin settings, but what is the correct url to fetch them?
RemizZ
  • 57
  • 2
  • 7
-2
votes
1 answer

How to get closed issues for current sprint youtrack rest api?

Help make a request to get a list of closed tasks for the current sprint. For open such a request turned out base_url/api/issues?query=%23resolved%20%23я&fields=summary,idReadable,customFields(name,value(name))&customFields=Оценка&customFields
1 2
3