Reputation: 159
I am using Youtrack Standalone version, and I enabled Time Tracking feature in Intellij IDEA. Also I installed Youtrack plugin.
I can set spent time manually in Time Tracking panel, by pressing "Post work item to bugtracker". This is pretty good, but I want this to be done by git commit message like in the following format:
{id} {summary}
{time}
id - Id of an issue
summary - summary of an issue
time - spent time of the task or commit
How can I achieve this?
Upvotes: 3
Views: 1793
Reputation: 2116
You need to configure either VCS or TeamCity or Upsource integration in YouTrack.
After you're done with configuration you'll be able to use issue a commit in format #Id command
. The command can look like work 1d doing stuff
which will create a workitem in the issue.
Upvotes: 4
Reputation: 6034
You could configure commit message in "Settings | Tools | Tasks | Servers - Commit Message"
Upvotes: 0