3

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?

Fonnadema
  • 129
  • 1
  • 1
  • 11

2 Answers2

4

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.

Alex.V
  • 2,081
  • 14
  • 13
  • It works, but there is one more thing. After pushing it is adding workitem in issue, but not setting time to zero in Intellij IDEA. – Fonnadema Oct 11 '17 at 08:54
0

You could configure commit message in "Settings | Tools | Tasks | Servers - Commit Message"

y.bedrov
  • 5,318
  • 3
  • 22
  • 19