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
3
votes
0 answers

How to add YouTrack bot hosted on myjetbrains.com to HipChat?

I've been trying to setup Jabber bot from YouTrack (the InCloud hosted one) to my HipChat. But failed. I have tried to add the bot with [botusername]@myjetbrains.com (botusername is written in Jabber username field in Jabber notification section of…
rexdefuror
  • 573
  • 2
  • 13
  • 33
3
votes
1 answer

Youtrack 6 reboot fails on Fedora and Java Service Wrapper

I have followed http://confluence.jetbrains.com/display/YTD6/Linux.+YouTrack+JAR+as+a+Service on Fedora server. Starting Youtrack 6 as "youtrack" user by /etc/init.d/youtrack start command starts properly. I have added youtrack service wrapper on…
3
votes
1 answer

One step YouTrack "Fixed in build" filling with TeamCity integration

I am using TeamCity Professional 8.1 and YouTrack 5.0.6. I have managed to fill "Fixed in build" field in YouTrack with two step workflow. I am using #issue-id Fixed command in my Merucrial commit message to change the state of issue in YouTrack. I…
Chop_CZ
  • 31
  • 4
3
votes
1 answer

Youtrack REST: setting default value for project custom field

I am implementing a release mechanism for my application and want to couple it with my YouTrack using the REST API. Upon the release I want to set the default value of 'Fix Version' for newly created issues to the bumped version. The Fix Version…
botchniaque
  • 4,698
  • 3
  • 35
  • 63
3
votes
2 answers

Convert Bitbucket to Youtrack

I have my issue tracker setup with Bitbucket.org, is there a way to import from Bitbucket to local YouTrack or on-demand YouTrack issue tracking?
quarks
  • 33,478
  • 73
  • 290
  • 513
3
votes
1 answer

Youtrack plugin for Eclipse?

Is there any plugins for Eclipse that allow to work with Youtrack directly from the Eclipse? I mean issues management.
Sergey Shustikov
  • 15,377
  • 12
  • 67
  • 119
3
votes
4 answers

How can one check today's day of the week in Youtrack Workflow

I would like a certain schedule rule (with notifications) to be executed only during work days. I.e. I would like to avoid receiving notifications on Saturdays and Sundays. How can I check for a current day of the week in YouTrack Workflow?
Artem Goutsoul
  • 733
  • 5
  • 17
3
votes
1 answer

How to customize issue display in YouTrack?

Is there a way to customize the style for the issue displayed from search? The specific features I am looking for: To be able to choose whatever fields to display and the order. The popup windows from "Visibility Setting" does not seem to work…
chtangwin
  • 31
  • 1
2
votes
1 answer

Update YouTrack state on issue from checkin comment in SVN

I've been trying to set issues to status "fixed" from my SVN commits, but it keeps on failing. This is what I've been trying as SVN comment: #TCSE-20 fixed and TCSE-20 fixed Where TCSE-20 of course is my issue id. I then run my build in…
Niklas Wulff
  • 3,497
  • 2
  • 22
  • 43
2
votes
1 answer

YouTrack commands stripped from GIT commit messages

I've got a YouTrack and TeamCity server, properly configured for integration with each other. I commit my work to GitHub, which TeamCity monitors. The goal is to allow me to commit changes and include in those commits YouTrack commands that update…
lhunath
  • 120,288
  • 16
  • 68
  • 77
2
votes
2 answers

Is to possible to fix errors in the comments of check-ins that are linked to JetBrains YouTrack?

Background Our continous integration setup is TFS as source control, TeamCity as build, and YouTrack for issue management. All these are linked together through the tight integration of TeamCity and YouTrack and through the comments mechanism of…
Alexis
  • 1,325
  • 1
  • 11
  • 14
2
votes
1 answer

LaTeX commands to type > (greater than) and < (less than) in KaTeX

Youtrack and many other web apps use KaTeX to render mathematical notation and markdown for all other things. However markdown parser treats certain characters in a special way and interferes with KaTeX. For example the following…
Dima Chubarov
  • 16,199
  • 6
  • 40
  • 76
2
votes
1 answer

YouTrack Ticket Template

is there a way to have project-wide task templates for each task type or static templates in YouTrack? I only find something like "issue template url" and that`s a little bit circuitous. Thanks in advance!
2
votes
1 answer

Create a (subtask) link to an existing issue in YouTrack

I'm writing an Action to create default tasks for a user story. This is how far I got: var workflow = require('@jetbrains/youtrack-scripting-api/workflow'); var entities = require('@jetbrains/youtrack-scripting-api/entities'); exports.rule =…
Jan Doggen
  • 8,799
  • 13
  • 70
  • 144
2
votes
1 answer

YouTrack How to display sprint info in issue table

I need to find a way to display info to which sprint issue is assigned in issues table. Two possible ways I see: Through List Settings With automatic assign of tags to issue in Sprint № Probably there are other solutions. Solutions for YouTrack…