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
27
votes
6 answers

TeamCity and JIRA?

Is it possible for TeamCity to integrate to JIRA like how Bamboo integrates to JIRA? I couldnt find any documentation on JetBrains website that talks about issue-tracker integration. FYI: I heard that TeamCity is coming out with their own tracker…
sivabudh
  • 31,807
  • 63
  • 162
  • 228
26
votes
4 answers

How to make youtrack not show solved issues

I am trying to figure out how to make Youtrack not show the resolved issues. It doesn't make sense. Is there an option to disable this by default?
carlspring
  • 31,231
  • 29
  • 115
  • 197
17
votes
3 answers

How do you bulk update issues in YouTrack?

In Youtrack I would like to move all open issues from one sprint into a new sprint. Can I bulk update issues using the command dialog? Or do I have to click on all the issues individually to update their sprint values?
Paul. B
  • 1,328
  • 1
  • 13
  • 22
16
votes
4 answers

How to use Gmail as your SMTP server for Youtrack?

Youtrack allow to send email through 3rd party SMTP server. Fields are as follows: SMTP host: [?] SMTP port: [?] Mail protocol: [?] SMTP login: [?] SMTP password: [?] Select SSL key: [?] Server 'from' email: [?] Could you provide an example of…
Édouard Lopez
  • 40,270
  • 28
  • 126
  • 178
10
votes
2 answers

IIS Equivalent of "proxy_set_header X-Forwarded-Proto https;"

What is the IIS equivalent of this configuration in NGINX? proxy_set_header X-Forwarded-Proto https; I am running JetBrains YouTrack on Windows server, using IIS as a terminating SSL proxy, and get this error when trying to log in: HTTP ERROR…
invertigo
  • 6,336
  • 5
  • 39
  • 64
9
votes
2 answers

How to set dark theme in YouTrack

I seen on the JetBrains site (in a post about youtrack 5 EAP) that is possible to set a dark theme to YouTrack, similar to the IntelliJ' Darcula Theme. How & where can I activate it on YouTrack ? And its follow the colors of Darcula theme ? Thank…
Gauthier
  • 538
  • 6
  • 12
9
votes
1 answer

Youtrack level of integration with GIT (not github)

I have tried to find information on this but its all small amounts of information which seem to contradict or discuss older versions of the features available in Youtrack. From my understanding you need Teamcity set up and linked to YouTrack so it…
Grofit
  • 17,693
  • 24
  • 96
  • 176
9
votes
1 answer

What is the swimlane concept in YouTrack?

What is the mearning/purpose of a swimlane in YouTrack (JetBrains)? Is it just a concept where you can group several normal tasks that in the end will make one big goal?
LuckyLuke
  • 47,771
  • 85
  • 270
  • 434
8
votes
2 answers

YouTrack 4.x - How do you sort all task by priority in their swimlanes in the agile board?

Like the title says, is there a way to sort all tasks within swimlanes by priority? I thought you could do this via the search box up top by putting something like: order by: priority however it didn't seem to do anything (I used the auto complete…
Grofit
  • 17,693
  • 24
  • 96
  • 176
7
votes
1 answer

Axios post unauthorized error yet curl works

Trying to hit YouTrack's API via axios but I am receiving an unauthorized error, while same params via curl work. curl: curl -X GET \ 'https:///api/issues' \ -H 'Authorization: Bearer perm:' \ -H 'Accept: application/json'…
Arthur
  • 2,622
  • 4
  • 28
  • 46
6
votes
2 answers

Intellij IDEA plugin for YouTrack

I got interested in YouTrack and thought I should give it a go since apparently it has good integration with IDEA. I've setup the tasks server in IDEA, but what now? How can I view the list of all tasks, start/stop work on them, etc.? (I was…
parsa
  • 2,628
  • 3
  • 34
  • 44
6
votes
3 answers

YouTrack Query: how to get issues from last 10 days?

I'd like to get from -10 days to today with YouTrack Query but official document seems not supported. doc: https://www.jetbrains.com/help/youtrack/standalone/Search-and-Command-Attributes.html#relative-date-parameters In case of Jira, it supports…
Youngjae
  • 24,352
  • 18
  • 113
  • 198
6
votes
2 answers

How to move issue to sprint in Youtrack

I have started using youtrack, I have created a project and an issue within the project. Then I have created an agile board and I wanted yo have the issue on the "open" column, but I can't seem to be able to do this, all I found was a way to create…
Belgi
  • 14,542
  • 22
  • 58
  • 68
6
votes
1 answer

Technology stack behind YouTrack and TeamCity

I would love to know the technology stacks behind YouTrack and TeamCity. Their UX is pretty good.
Susanta
  • 319
  • 2
  • 11
6
votes
1 answer

How can I set up Teamcity to Email out a Release note?

I have a TeamCity server that builds my application and a YouTrack instance set up to track my feature requests/bugs. I have the TeamCity/YouTrack integration setup so the Issue log correctly fills out in TeamCity with the Items that have been…
PlTaylor
  • 7,345
  • 11
  • 52
  • 94
1
2 3
24 25