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
2 answers

How to make certain Issues visible only to a specific user group in YouTrack

In our YouTrack project all issues are historically visible to "all users" which is also the group with the same name that shipped with YouTrack. Now we are adding new users with restricted permissions and they should only see a small part of the…
mit
  • 11,083
  • 11
  • 50
  • 74
2
votes
1 answer

Youtrack Custom field for who raised Issue?

I was expecting this to be a simple thing, but I am not quite sure how to go about doing it. Basically on the current project we are trialling YouTrack and the agile board is great, but they could do with knowing who raised certain issues in case…
Grofit
  • 17,693
  • 24
  • 96
  • 176
2
votes
4 answers

Get a list of Sprints using YouTrack REST API

I am creating a C# tool that pulls information from YouTrack using the REST API. I am looking for a way to get a list of the sprints that have been created. Is there a way to easily get this information through the REST API? Worst case I could get…
Sarah
  • 328
  • 1
  • 6
  • 15
2
votes
1 answer

YouTrack Connector for different clients

Is it possible to query YouTrack issues from a different client other than the web client? For example, is there any connector available for listing YouTrack issues from a different IDE other than Idea (Netbeans or anything else etc)?
Susanta
  • 319
  • 2
  • 11
1
vote
1 answer

Youtrack workflow for setting Start Date of an issue to the Start Date of the Sprint

I tried the following code snipped, but it looks like there are serveral issues with that. The requirements do not work. The guard is not correct, and I also do not get the correct start date of the sprint. I am fairly new to youtrack and maybe I do…
idefixcert
  • 302
  • 2
  • 5
1
vote
1 answer

YouTrack java.lang.OutOfMemoryError - Teamcity integration

We are getting the error below which is causing YouTrack to crash. We are using YouTrack to scan TeamCity for changes which I beleive is causing the issue below. How much memory should YouTrack need to run with TeamCity integration and which config…
1
vote
1 answer

How to set up YouTrack integration with GitHub?

I’m working on YouTrack Integration with GitHub. My aim is to ensure that when a pull request is merged, the corresponding card moves from column “In Review” to column “Done”. I’m currently trying to achieve it via action-youtrack-move Workflow code…
wilfordaf
  • 13
  • 2
1
vote
0 answers

Include Right-to-Left text in youtrack issues

I'm currently using YouTrack cloud service and I'm interested in including Right-to-Left text snippets inside certain issues while keeping the majority of the interface and default text direction in LTR. Until recently I was able to start such a…
NirIzr
  • 3,131
  • 2
  • 30
  • 49
1
vote
1 answer

How to write such curl request in golang for youtrack rest api?

I am writing golang client with youtrack REST I have written the most most path of API. But faced problem with attaching files to an Issue. So, here there is small and good doc…
wecandoit
  • 23
  • 1
  • 5
1
vote
1 answer

Is it possible to track time spent on an individual issue in JetBrains YouTrack Cloud?

I want to track time I've spent on a single issue in my JetBrains YouTrack Cloud in such a way, that I declare work on a specific issue and YouTrack is dealing with time tracking by itself. When I consider issue as done YouTrack stops tracking time…
calciumowl
  • 15
  • 4
1
vote
1 answer

Youtrack error when import project from Jira

Error message: Script failed with error: YouTrack was unable to assign a unique name to one of the entities from the impo rt source (ссылка 'blocks'), which has caused the import to fail.
quickes
  • 466
  • 5
  • 7
1
vote
1 answer

After Tomcat restart on VM, Youtrack resets

I've installed Tomcat today on my local VMware Workstation and loaded *.war YouTrack there. Everything was great until I needed to stop VM and reboot my PC. After that I started my VM again, went to address where YouTrack is based and it took me to…
Eugene
  • 4,352
  • 8
  • 55
  • 79
1
vote
0 answers

Is there a name for the `2d 4h 30m` time period format from Youtrack and Jira?

I saw this 1-letter time convention in a bunch of places, the most relatable one is when you specify time spent on a task in YouTrack: But is there an official name for it? Like you know, how P1DT12H is an ISO 8601 format. The YouTrack seems to…
Klesun
  • 12,280
  • 5
  • 59
  • 52
1
vote
1 answer

Is there a way to create a link that will execute a YouTrack command such as clone issue?

The "Generate Issue Template URL" functionality is clunky, and I'm try to work around it. I have a webpage outside of YouTrack with a list of links containing different templates for ticket writers. Any time a template changes we have to click the…
1
vote
1 answer

Sending attachment file via http post request

I'm trying to send attachment file from youtrack to another system (in this example to trello) without the use of image url but its content I cannot send it as image url in youtrack because my system is closed and accessible to only those that have…
ciekals11
  • 2,032
  • 1
  • 10
  • 24