Questions tagged [youtrack]

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.

This tag is intended for questions on YouTrack usage and customizations, workflow management and overall configuration problems. Integration topic is also ok, as YouTrack provides dedicated REST API and import\export facilities for popular issue trackers like Jira or Redmine.

Resources:

Feature list: http://www.jetbrains.com/youtrack/
Documentation: https://www.jetbrains.com/help/youtrack/index.html
Product bug tracker: http://youtrack.jetbrains.com/issues/JT

363 questions
-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
-2
votes
1 answer

Search Users by Assigned Role

I'm trying to find a way to export a list of users with a specific role assigned. So far I have went through all the KB articles and the forum, but unsuccessfully Would anyone know how to do that?
-4
votes
2 answers

YouTrackSharp: can't get it to work

Trying to open an issue from a C# app. Few issues: 1) UPDATE: I realize it only supports .NET Standard 1.3 = Framework 4.6; So no issue here. 2) I install version 2.0.31 (and less) - When I try to set up a connection, it says "Method not…
Maverick Meerkat
  • 5,737
  • 3
  • 47
  • 66
1 2 3
24
25