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
6
votes
1 answer

Get response header jquery ajax post Set-Cookie

I am using YouTrack for our tracking system. Youtrack comes with a rest webservice that you can call to get information from the system. I am having problem getting authorized and is getting forbidden all the time. I do my post to their login, and I…
noshitsherlock
  • 1,103
  • 2
  • 11
  • 28
5
votes
3 answers

TeamCity and YouTrack in under 1GB

I am trying to setup YouTrack and TeamCity on a VM with less than 1GB running on Windows. There will be a very low usage (both users and requests). This is a POC environment, if it works I may push it onto an extra-small or small Azure or Amazon…
Radu Grama
  • 930
  • 2
  • 12
  • 26
5
votes
1 answer

YouTrack Workflow - How to specify arguments to a custom command?

I'm trying to make a custom command to clone an issue from one project to another one. To do this I would like the user to specify the new project as an argument to the command: clone_to ProjectB However there doesn't appear to be any way to get…
eresonance
  • 1,351
  • 11
  • 12
5
votes
1 answer

Are there any Youtrack plugins for Visual Studio 2010?

Are there any plugins for Visual Studio 2010 that allow to work with Youtrack directly from the IDE?
Cloudlucky
  • 68
  • 1
  • 4
5
votes
2 answers

YouTrack notifications aren`t working

We have stand-alone YT installation, one project and two users. First user receives all notifications to his email, but I recieve nothing. I receive email in case when I click on Send test message in my profile settings page. On filters and…
Dmitry Maksakov
  • 1,591
  • 1
  • 16
  • 22
5
votes
1 answer

Change youtrack issue id

Concise: Is there a way (with YouTrack-API or somehow) to change issue ID. Say from s-5 to s-30? Full story: We created YouTrack project to track scientific equipment, which we produce. One device - one issue. With custom fields, we created, it is…
MajesticRa
  • 13,770
  • 12
  • 63
  • 77
5
votes
2 answers

Migrate from youtrack to jira

After using youtrack for quite a while my organization is considering a move to JIRA (because of many reasons). However JIRA doesn't seem to include a youtrack importer/migration out of the box (though there seems to be plenty of…
wasatz
  • 4,158
  • 2
  • 23
  • 30
4
votes
1 answer

Setup JetBrains YouTrack to connect to SVN

I realize that TeamCity must be a bridge between YouTrack and SVN, but I need none of the Teamcity functionality. I just want to issue Youtrack commands via commit comments like…
raveren
  • 17,799
  • 12
  • 70
  • 83
4
votes
1 answer

YouTrack windows service starts then stops

I have installed YouTrack as a windows service, on the same box as TeamCity. TeamCity works fine, but the YouTrack windows service stops as soon as it is started. Can anyone point me towards log files for youTrack, or has anyone expreienced this…
Mark Jones
  • 1,461
  • 1
  • 14
  • 23
4
votes
2 answers

Executing Commands from a Comment to a VCS Change Commit in YouTrack/TeamCity Integration

This is not working for me, though I am receiving TeamCity links to YouTrack issues that I put in VCS comments such as ID-nnn, but if I use the form "#ID-nnn fixed" that command is supposed to change the issues status in YouTrack. As I am trying to…
Mark Robbins
  • 2,427
  • 3
  • 24
  • 33
4
votes
1 answer

Jetbrains YouTrack and Reporting

I am working on a project using YouTrack for bug reporting. I would like to be able to build a few simple reports that come in handy during a stabilization period, reports that track trends like: The number of new bugs opened per day for the…
Steve Sheldon
  • 6,421
  • 3
  • 31
  • 35
4
votes
1 answer

Hide/Snooze issues in YouTrack

I want to use YouTrack for Key-Account-Management. There is one Epic and for each key account (customer) one sub-issue. I want to talk to each key account roughly every 6 months. Is there a way to hide or snooze an issue for some time. The issue…
guettli
  • 25,042
  • 81
  • 346
  • 663
4
votes
1 answer

Linking Bitbucket to Youtrack

I'm trying to link issues in commit messages from Bitbucket to Youtrack, but can't find proper solution. I have for ex. commit message "CORE-214 adding foreign currency" and want to make CORE-214 link to our Youtrack as described here -…
Ondřej Šotek
  • 1,793
  • 1
  • 15
  • 24
4
votes
1 answer

How to configure task cards on agile board in Youtrack?

do you know if there is a way to configure manually what is being displayed on the task's card on the Agile board in Youtrack? In my case I would like to display some other field instead of "No subsystem", so it would look something like: I know…
Tom K
  • 145
  • 1
  • 7
4
votes
0 answers

YouTrack REST API - assign user to task?

it is possible to assign a task to a user by YouTrack REST API? I did not find this information in the documentation. Ok I found a solution: Apply Command to an Issue
1
2
3
24 25