YouTrack VCS Command Batch: Set State and add work time
Hi,
I integrated TeamCity with YouTrack so I can use the ability to execute statements via the checkin command.
When I write "#ID-xx Fixed" then ID-xx will be set to fixed. This works as well. The change will be visible in the tab "TeamCity Changes".
Now I want to add some work time (I do this via the YouTrack Console with "work 1h", so 1h work gets added to the item) and I tried this
But nothing happens here. TeamCity itself does link the id to youtrack but youtrack does not recognize this as a change (this means, nothing is added to the tab "TeamCity changes").
Is this not possible or am I doing it wrong?
I integrated TeamCity with YouTrack so I can use the ability to execute statements via the checkin command.
When I write "#ID-xx Fixed" then ID-xx will be set to fixed. This works as well. The change will be visible in the tab "TeamCity Changes".
Now I want to add some work time (I do this via the YouTrack Console with "work 1h", so 1h work gets added to the item) and I tried this
- ID-xx Fixed work 1h
But nothing happens here. TeamCity itself does link the id to youtrack but youtrack does not recognize this as a change (this means, nothing is added to the tab "TeamCity changes").
Is this not possible or am I doing it wrong?
Please sign in to leave a comment.
Are you using InCloud or self-hosted version of YouTrack?
I'm using a self-hosted version of YouTrack
There was a problem with applying "work" command from commit comment - http://youtrack.jetbrains.com/issue/JT-17789 But now it is fixed, and, as you are using InCloud YouTrack, your instance is already updated. So it should work fine now.