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 identify if one YouTrack workflow was triggered by another

Workflow A is an on-change workflow that checks to see if the last person who updated an issue was in the Global Developers group. If not the expiration date field gets extended by 48 hours. Workflow B is an on-schedule workflow that leaves comments…
StarSweeper
  • 397
  • 2
  • 4
  • 28
2
votes
1 answer

How to set tag in YouTrack on commit in SVN or TeamCIty build?

I have a TeamCity + YouTrack + SVN. I commit to svn TeamCity build it, and YouTrack see changes for issues from commit message. Now i want to add tag to issue in YouTrack. I know that i can add command like #ISSSE-ID add tag my-tag. But this is not…
Kliver Max
  • 5,107
  • 22
  • 95
  • 148
2
votes
1 answer

How to add group or role based restriction to some action in YouTrack workflow?

I have created a workflow to restrict the changes in the estimation once it has been added. However, I want to give this permission to the Admins but restrict all other groups such as Developers. I have tried isInGroup function but it's not…
2
votes
1 answer

Is there a way to filter with the new YouTrack REST API?

I have been tasked to build a custom interface for Youtrack and am using the new YouTrack APIs - docs here https://www.jetbrains.com/help/youtrack/standalone/youtrack-rest-api-reference.html. I am querying for a full list of issues which returns…
Brent
  • 21
  • 1
  • 4
2
votes
2 answers

How can I hide block of text using YouTrack Markdown syntax?

When I use YouTrack Wiki syntax, I can use {cut} like this: {cut Block title} Block content {cut} This is very useful feature, but Wiki syntax is deprecated and I can't find something similar in YouTrack Markdown syntax. UPD: I figured out that I…
jbot
  • 23
  • 1
  • 4
2
votes
2 answers

YouTrack Workflow: Prevent Deletion

I've created a very simple workflow task for a cloud based YouTrack instance. The idea is to prevent (stop workflow) deletion of issues (we'd prefer to keep all issues, even if they were submitted by mistake). The code is provided below. var…
sviklim
  • 1,054
  • 1
  • 15
  • 30
2
votes
1 answer

How to repair corrupted integrity of a JetBrains Xodus database?

Background: Our YouTrack database got corrupted. The relevant bug report is here: https://youtrack.jetbrains.com/issue/JT-48235#comment=27-2952375 Now I'm trying to fix the corrupted state of the Xodus database that YouTrack uses…
Dons
  • 23
  • 2
2
votes
1 answer

Youtrack installation and starting failes

I wanted to install Youtrack on my Debian 9.3 system. Before installation the system was updated. I used the instructions on the Jetbrains webpage: Jetbrains Tutorial I started the script as described and get the following error when running…
Tobias Schäfer
  • 1,330
  • 2
  • 17
  • 35
2
votes
1 answer

YouTrack doesn't show linked commits in VCS Changes tab

I properly set up YouTrack & GitLab integration and it seems to be working. I used this tutorial: https://www.jetbrains.com/help/youtrack/standalone/Integration-with-Version-Control-Systems.html But when I mention issue ID in commit message $ git…
2
votes
1 answer

Why Youtrack is not closing an issue by commit message?

I have installed Youtrack standalone to my PC. And added Gitlab project to it. I created an issue for testing with id #BDX-1 in Youtrack. When I pushed commit with message "Youtrack test commit #BDX-1 Fixed" Youtrack didn't closed an issue…
Fonnadema
  • 129
  • 1
  • 1
  • 11
2
votes
2 answers

Commit to a repository in GitLab not updating issue states in YouTrack

I've got UpSource, YouTrack and Hub setup. I have a project called "Overhaul" which has two services UpSource and YouTrack. Both are connected via VCS. UpSource recieves everything that happens within the repository yet when I want to update an…
Yates
  • 532
  • 7
  • 23
2
votes
1 answer

How to integrate YouTrack with IntelliJ using Google Account?

I have created YouTrack account logging in with my Google account. Because of that, I don't have any password configured in YouTrack. I'd like to integrate YT with IntelliJ Issues - it is impossible without password... Any ideas how to handle this…
przebar
  • 531
  • 1
  • 5
  • 19
2
votes
1 answer

YouTrack REST API: How to attach image to issue?

Attaching images to an issue in YouTrack, using the REST API, the files show up as normal attachments. I cannot view them hovering the item by mouse, instead I always have to download the files to have them displayed (which is annoying). When I…
user1438038
  • 5,821
  • 6
  • 60
  • 94
2
votes
1 answer

Should I use a dedicated user for GitLab integration?

YouTrack supports integration with GitLab, which I would like to use. When I create a new integration, YouTrack asks for a private token and gives me the option to navigate to my own user profile on our GitLab server to copy my token. Does that mean…
Oliver Salzburg
  • 21,652
  • 20
  • 93
  • 138
2
votes
1 answer

Can't see content of VCS changes tab in YouTrack?

I have linked a YouTrack server installation with a BitBucket repository. YouTrack can access the repository because it lets me choose the repository I want to track. However, when I make a commit , there is no content in the VCS changes tab,…
arfarinha
  • 172
  • 1
  • 8