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

Can YouTrack baseurl be changed on Windows

I've installed YouTrack on Windows and by default the base url for it is http://localhost. Now I tried stoping service and changing it in install_dir/conf/server.xml, but it had no affect what so ever. Could it be done at all?
Eugene
  • 4,352
  • 8
  • 55
  • 79
0
votes
1 answer

refreshing application to use latest update

I have tried the following ways to restart the application rhc app-restart restarting from the gui after login I have also restarted the application after logging into the command line and then using ctl_app restart command... However I am unable…
J-D
  • 737
  • 1
  • 12
  • 27
0
votes
1 answer

Can I add a new sprint (Fix Version) in YouTrack using a command?

Like the title says, I need to create a new fix version or sprint from my web app. I have mostly been using commands via YouTrackSharp to perform the tasks I need to, but I have got a bit stuck with this one. Anyone have any ideas? Thanks
Mark Jones
  • 1,461
  • 1
  • 14
  • 23
0
votes
2 answers

I can't seem to integrate youtrack and github

Actually it seems pretty straightforward. Here is the things I have done: Already have a project on Github Create a project on Youtrack Create "MD-Committers" group on Youtrack, give admin privileges on all projects. Add myself to the group. Create…
Umur Kontacı
  • 35,403
  • 8
  • 73
  • 96
-1
votes
0 answers

Setting custom field in Youtrack Issue via API using Python

When I'm adding issue to YouTrack via API using Python (requests lib), everything works as expected. Code below: postHeaders = { 'Accept':'application/json', 'Authorization':'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', …
Kanister
  • 3
  • 2
-1
votes
1 answer

How do I setup JetBrains YouTrack to work on a Windows 8 LAN with IIS Server

To setup YouTrack on a Windows LAN with my PC being the server, are these instructions on using a reverse proxy the only way to go about this (using IIS)? https://www.jetbrains.com/help/youtrack/standalone/Reverse-Proxy-Configuration.html
-1
votes
1 answer

How can I change YouTrack installation folder?

I setup YouTrack in windows server 2012 r2 with MSI package on c:\YouTrack but now I want to change the folder to: e:\YouTrack how I can do it?
SnowStorm
  • 335
  • 1
  • 5
  • 18
-1
votes
1 answer

Youtrack - change base url problems

I have installed youtrack on centos 7. It is hosted at 111.111.111.111 . It is available from youtrack.mydomain.com. When i installed youtrack i set it's base url on 111.111.111.111, but then changed to youtrack.mydomain.com . Now everything works…
-1
votes
1 answer

Start YouTrack in docker container on linux

I try install YouTrack in docker on my linux machine I create folders sudo mkdir -p -m 750 /opt/youtrack/data /opt/youtrack/conf /opt/youtrack/logs /opt/youtrack/backups I set permissions sudo chown -R 13001:13001 /opt/youtrack/data…
ip696
  • 6,574
  • 12
  • 65
  • 128
-1
votes
1 answer

How do I access user notifications via REST in YouTrack?

I can't for the life of me find the documentation on how to access user notifications via the REST-API. Everything is activated and allowed in the admin settings, but what is the correct url to fetch them?
RemizZ
  • 57
  • 2
  • 7
-1
votes
1 answer

switch to dark theme in youtrack like available when logged out

I experienced a feature where you can switch to dark theme in Youtrack when u open a task which is public and you are logged in. Any idea how to use this when logged in? Can not find the option for it.
xetra11
  • 7,671
  • 14
  • 84
  • 159
-1
votes
2 answers

YouTrack instance totally private

does someone know how to configure YouTrack so it's totally private (only invited users and no visibility to guests except the login-form)? Thanks
mhab
  • 19
  • 4
-1
votes
4 answers

Should all agile epics be titled in sentences?

I'm reorganizing my agile board on youtrack and am trying to conform to the industry best practices however I would much rather call an epic "User Profile" as opposed to "A users can view their own and other users information and content on their…
-1
votes
3 answers

Scrum Time Estimation - Team Size

We have a team of about four developers working in Scrum with two week sprints. We use YouTrack and when performing time estimation in Sprint Planning, we hit the two weeks of work quickly. The issue is, for example, developer John will pick the…
clydebank
  • 11
  • 1
-1
votes
1 answer

Java DefaultHttpClient HTTP PUT and Cookie

I'm send a request to YouTrack api to create issue. String url = yBaseUrl + "/rest/issue?Task&"+ URLEncoder.encode(subject)+"&"+URLEncoder.encode(desc); HttpClient client = new DefaultHttpClient(); HttpPut request = new HttpPut(url); …
1 2 3
24
25