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?