youtrack

Fixing issues in YouTrack from SubVersion commit comments using TeamCity

青春壹個敷衍的年華 提交于 2019-12-23 18:10:15
问题 I have a TeamCity server and a YouTrack server working with SubVersion. I have enable integration in the two JB applications. Is it possible to changes the status of YT issues from comments in the SubVersion commit comments? I.e. TC will update the YT status accordingly, and set in YT which version the fix was done. 回答1: Yes, f.e. you can write #TST-12 Fixed in you commit message which will transit #TST-12 to the Fixed state. For more details look here. 回答2: First of all you need to make sure

IIS Equivalent of “proxy_set_header X-Forwarded-Proto https;”

时光怂恿深爱的人放手 提交于 2019-12-22 11:16:14
问题 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 405 Problem accessing /hub/auth/login. Reason: HTTP method POST is not supported by this URL Powered by Jetty:// My web.config looks like this: <configuration> <system.webServer> <rewrite> <rules> <rule name="Reverse Proxy" patternSyntax="ECMAScript"

How do I get YouTrack field fixed in build filled out using TeamCity integration?

匆匆过客 提交于 2019-12-22 08:47:37
问题 I am trying to get integration between our YoutTrack and our TeamCity working. However I cannot get YouTrack to fill out the "Fixed in build" field: Using TeamCity 7.1.3, YouTrack 5.0.2. TeamCity integration setup points out the "Build Field" to YT's "Fixed in build" YouTrack correctly shows TeamCity builds in tab "TeamCity Changes". User names map correctly. YouTrack commands by VCS commit comments work correctly. Simple YouTrack issue referencing from commit comments works correctly.

Setup JetBrains YouTrack to connect to SVN

别来无恙 提交于 2019-12-20 01:59:15
问题 I realize that TeamCity must be a bridge between YouTrack and SVN, but I need none of the Teamcity functionality. I just want to issue Youtrack commands via commit comments like here: http://confluence.jetbrains.net/display/YTD3/Executing+Commands+from+Comment+to+VCS+Commit i.e. a commit message test #ld-1 fixed Would mark the issue ld-1 as fixed. I'm sure I set up youtrack, teamcity and svn correctly, however what I came to realize is that I need to make a build step in TeamCity that will be

Update YouTrack state on issue from checkin comment in SVN

好久不见. 提交于 2019-12-12 17:26:48
问题 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 TeamCity, which is linked to the YouTrack project. The comment gets recognized in YouTrack as it's added to the Comments tab. But the state remains as Submitted . What am I doing wrong? 回答1: The solution was what I was hinting in my comment. I am the

One step YouTrack “Fixed in build” filling with TeamCity integration

南楼画角 提交于 2019-12-12 13:02:36
问题 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 made some changes in code ( not related to fixed issue) and I push changes to the server. When TeamCity finishes the build with changes from the second step it fills the "Fixed in build" field of my issue with the build number. But the issue was

How to use Gmail as your SMTP server for Youtrack?

微笑、不失礼 提交于 2019-12-12 07:44:10
问题 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 Gmail or Google apps config ? 回答1: Here is what I finally did: SMTP host: smtp.gmail.com ; SMTP port: 465 ; Mail protocol: SMTP+SSL ; SMTP login: user@domain.com or user@gmail.com ; SMTP password: ****** ; Select SSL key: No key ; Server 'from' email:

Java: Class -Xmx1g not found [duplicate]

≯℡__Kan透↙ 提交于 2019-12-12 03:26:25
问题 This question already has answers here : Error: Could not find or load main class –Xmx1G (2 answers) Closed 2 years ago . I am trying to run a Program called "YouTrack" on my server. It did always work, but after the server restarted i am getting an error message when i want to start YouTrack. Class -Xmx1g could not be found. I am executing this command: java –Xmx1g –XX:MaxPermSize=500m –Djava.awt.headless=true –jar youtrack-6.5.16932.jar 8112 My system: ubuntu 14.04 Plesk java version "1.7.0

Starting YouTrack as a service fails without error message

风格不统一 提交于 2019-12-07 22:27:50
问题 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 message: "/home/youtrack/standalone/bin/wrapper" "/home/youtrack/standalone/conf/wrapper.conf" wrapper.syslog.ident=youtrack wrapper.pidfile="/home/youtrack/standalone/youtrack.pid" wrapper.daemonize=TRUE Difficult to figure what it's trying to say but it clearly does not start properly. After the message nothing more happens and