如何通过 Youtrack 时间跟踪上的提交消息设置花费的时间?
How to set spent time by commit message on Youtrack Time Tracking?
我使用的是 Youtrack Standalone 版本,并且我在 Intellij IDEA 中启用了时间跟踪功能。我还安装了 Youtrack 插件。
我可以通过按 "Post work item to bugtracker" 在时间跟踪面板中手动设置花费的时间。这很好,但我希望通过 git 提交消息来完成,格式如下:
{id} {摘要}
{时间}
id - 问题 ID
summary - 问题总结
time - 任务或提交所花费的时间
我怎样才能做到这一点?
我使用的是 Youtrack Standalone 版本,并且我在 Intellij IDEA 中启用了时间跟踪功能。我还安装了 Youtrack 插件。
我可以通过按 "Post work item to bugtracker" 在时间跟踪面板中手动设置花费的时间。这很好,但我希望通过 git 提交消息来完成,格式如下:
{id} {摘要}
{时间}
id - 问题 ID
summary - 问题总结
time - 任务或提交所花费的时间
我怎样才能做到这一点?