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 create a subsystem in JetBrains YouTrack

How to create a subsytem type in JetBrains you track?
Mihail Shishkov
  • 14,129
  • 7
  • 48
  • 59
2
votes
1 answer

How to filter issues to show only the ones assigned to current sprint (version) in YouTrack?

How to filter issues to show only the ones assigned to current sprint (version) in YouTracks' searchbar? I can filter issues using the sprint name (e.g. "31.08 - 11.09"): version: {31.08 - 11.09} But I want to use a wildcard that corresponds to the…
thorinkor
  • 958
  • 1
  • 11
  • 20
2
votes
1 answer

Can I colour cards in YouTrack AgileBoard?

I'd like to colour the cards on my AgileBoard in YouTrack 6.0 by some custom rules. Anyone tried that? (eg to paint the whole Major Bug card in red).
Boppity Bop
  • 9,613
  • 13
  • 72
  • 151
2
votes
1 answer

HTTP POST request with cookie to perform YouTrack REST API authentication in JAVA

Could you, please, help me to write an appropriate HTTP POST request in JAVA to authenticate in YouTrack using their REST API? It should look like this (taken from YouTrack Documentation): POST http://localhost:8081/rest/user/login Content-Length:…
Oleksii
  • 31
  • 5
2
votes
1 answer

Getting error in setting up Rest API for Youtrack

Anyone have tried using https://github.com/nepda/youtrack? I'm trying to setup it but getting error : Fatal error: Class 'YouTrack\Exception' not found in D:\wamp\www\flow\libs\YouTrack\Connection.php on line 117 the library can be found at…
Monnster
  • 625
  • 7
  • 16
2
votes
2 answers

Intellij IDEA gives 302 when signing into Youtrack

I am creating a new server in Intellij IDEA and choosing youtrack. Every tie I hit test, I get a http 302 I have tried cutting off both the /youtrack and the /dashboard part of the URL and have even tried taking off the s in https I am assured…
James Parsons
  • 6,097
  • 12
  • 68
  • 108
2
votes
2 answers

YouTrack workflow - HTTP request

is it possible to perform a HTTP request in YouTrack workflow? I would like to create a workflow that calls some REST API whenever user logs some time on an issue.
Igor
  • 592
  • 2
  • 9
  • 31
2
votes
2 answers

YouTrack email notification using custom fields

I've added a custom field for 'interested parties' (users) in a particular issue, not project specific, and it works fine. I would like YouTrack to generate emails to their email address on update or change of the issue, like they do to the person…
2
votes
2 answers

Multiple instances of JetBrains YouTrack

Now that JetBrains YouTrack has introduced help desk support in 5.1, we would like to run a second instance on the same server (to accommodate a different base URL, different backup policy, etc). Is this a horrible idea? What can be done to avoid…
JoshuaDavid
  • 8,861
  • 8
  • 47
  • 55
2
votes
1 answer

Starting YouTrack as a service fails without error message

I've followed the directions to setup YouTrack as a service provided by JetBrains, however when I try to use the command: service youtrack start I get the following…
Chris Bornhoft
  • 4,195
  • 4
  • 37
  • 55
2
votes
1 answer

How do you create a custom field that can only be changed via workflow rules?

I am attempting to create a custom field in youtrack who's value changes along with state changes in another field. I was wondering if there was a simple way to make this field read-only in the UI so that it cannot get out of sync with what it…
Steve Czetty
  • 6,147
  • 9
  • 39
  • 48
2
votes
0 answers

youtrack issues with shortcuts and reording issues

im using youtrack to manage my tasks in the project. The problem is that other users than me cant reorder issues in the backlog - even though they have admin permisions on this project and I cant dissable shotrcuts - for example Im from poland and…
gruber
  • 28,739
  • 35
  • 124
  • 216
2
votes
2 answers

How to do Youtrack Agile Board time estimation to have a good burndown chart?

We have a project which is deploying thorough Scrum. In Scrum you will update your estimates during the sprint and set them with the remaining time. We use youtrack for tracking the project and particularly its Agile Board. We used to update…
Saeed
  • 7,262
  • 14
  • 43
  • 63
2
votes
1 answer

Phpstorm Task Server cannot login to Youtrack Server

I use Phpstorm 7.0 and have created a YouTrack InCloud account with the free plan. When i enter my server and login in Phpstorm i get a 404 error. What i am doing wrong? Server: http://st.myjetbrains.com/ Username: same as i use on the web…
kitikonti
  • 35
  • 2
2
votes
2 answers

State-machine workflow in youtrack - restrict state changes for certain roles

I have created a simple state-machine workflow in youtrack to reflect our process. It uses three State values (Submitted, In Progress, Fixed) and allows to move through them sequentially. Is it possible to restrict certain state changes for…
ballofmud
  • 43
  • 7