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

Enforcing relational workflows in TargetProcess

I'm currently evaluating a few different issue management tools, and have it narrowed down to TargetProcess, Redmine and Youtrack. For what I need TargetProcess seems to do everything with a lot less need for customisation, however as the only…
theheadofabroom
  • 20,639
  • 5
  • 33
  • 65
4
votes
1 answer

How do I get YouTrack field fixed in build filled out using TeamCity integration?

I am trying to get integration between our YoutTrack and our TeamCity working. However I cannot get YouTrack to fill out the "Fixed in build" field: Using TeamCity 7.1.3, YouTrack 5.0.2. TeamCity integration setup points out the "Build Field" to…
peter_raven
  • 1,654
  • 14
  • 19
4
votes
1 answer

IIS 8 and ARR with multiple other servers

I am trying to setup IIS 8 with ARR and Url rewrite 2 module to work with two other servers (running Youtrack and TeamCity) and it just dont work... Lets say my server have following URL: server.test.domain.com (i have no control about this part) so…
LightCZ
  • 695
  • 1
  • 8
  • 20
4
votes
1 answer

TFS2012 vs Jetbrains TeamCity+YouTrack

We have used TFS2012 on the cloud and we don't like that there's no reporting service so we're looking to move to on-premise TFS2012. At the same time, we're starting to like Git and we're thinking that it may make more sense than TFS version…
georgiosd
  • 3,038
  • 3
  • 39
  • 51
3
votes
2 answers

Fixing issues in YouTrack from SubVersion commit comments using TeamCity

I have a TeamCity server and a YouTrack server working with SubVersion. I have enable integration in the two JB applications. Is it possible to changes the status of YT issues from comments in the SubVersion commit comments? I.e. TC will update the…
kasperhj
  • 10,052
  • 21
  • 63
  • 106
3
votes
2 answers

How to implement a YouTrack REST API in C#

I would like to have my .Net C# program automatically create YouTrack tickets when things go south using their REST API. Can anyone point me to a C# implementation or guide me on how to do it?
PlTaylor
  • 7,345
  • 11
  • 52
  • 94
3
votes
1 answer

Exception when checking if an issue field becomes "In Progress" with workflow

My issue fields have a State and an option called In Progress So I wrote a Youtrack Workflow that launches a http post to my discord channel when an issue becomes "In Progress". Here is the JavaScript code for that: var entities =…
xetra11
  • 7,671
  • 14
  • 84
  • 159
3
votes
0 answers

Sentry 9 YouTrack Plugin Compatibility Issue

It seems like sentry-youtrack plugin is not fully compatible with the latest Sentry 9 version. I've discovered at least three issues: Tricky combination of redis-py-cluster and redis: latest versions seems to be not compatible with each over out of…
sviklim
  • 1,054
  • 1
  • 15
  • 30
3
votes
1 answer

YouTrack JavaScript Workflow - send email to global group

I am creating a state machine for YouTrack using JavaScript, and am trying to send an email to everyone in a group. In the old Workflows, this was done like this: {group:PHP Developers}.notifyAllUsers("Subject","message"); I can't find anything in…
Wige
  • 3,788
  • 8
  • 37
  • 58
3
votes
2 answers

How to set spent time by commit message on Youtrack Time Tracking?

I am using Youtrack Standalone version, and I enabled Time Tracking feature in Intellij IDEA. Also I installed Youtrack plugin. I can set spent time manually in Time Tracking panel, by pressing "Post work item to bugtracker". This is pretty good,…
Fonnadema
  • 129
  • 1
  • 1
  • 11
3
votes
1 answer

Why does one of my Docker containers not start automatically on machine boot?

I have two Docker containers, one to run a Jenkins instance, and one to run YouTrack. Their respective starting scripts look like the following: Jenkins: docker run --name jenkins_master --restart on-failure -p 8080:8080 -p 50000:50000 -v…
Markus Weninger
  • 11,931
  • 7
  • 64
  • 137
3
votes
1 answer

Youtrack - Gitlab import issues

We have Youtrack here in company and we also use Gitlab. They use Youtrack for audition, but developers prefer Gitlab to create issues and add spent time. Is there a way to sync or import issues from Gitlab, with all data (mainly spent time)?
Leonardo
  • 1,263
  • 7
  • 20
  • 51
3
votes
1 answer

YouTrack Workflow Editor - How to Ask for Users Input

When using the YouTrack Workflow Editor is it possible to ask the user for their input? E.g. when the state of an issue is set to "Resolved" I want to effectively open the "Run Command" dialog box and let the user set how long they've spent on an…
UKGirl
  • 65
  • 6
3
votes
0 answers

Create task in PhpStorm which loads into Youtrack as an issue

I'm wondering if it is possible to create a task in PhpStorm(or other ide) and have it sync/upload to Youtrack as an issue? I can do it the other way by creating an issue in Youtrack and having it appear in phpStorm, but I am wanting the…
SamofWise
  • 41
  • 3
3
votes
1 answer

How to get notified with any new issue created in YouTrack?

We have like 10 projects in our YouTrack installation. I want a new team colleague to get notified everytime a new issue is created for one specific project. Is there something like project manager role? Or do I have to make a custom search and…
Jürgen Gmach
  • 5,366
  • 3
  • 20
  • 37
1 2
3
24 25