Time tracking: Logging time via commit messages : syntax
Added by Nat D almost 2 years ago
Hello,
After a bunch of syntax tests on my Redmine 5.0.4 and SCM (Git), I successfully manage to get spent time recorded into my redmine issue using the following syntax:
refs #123 @1h
I didn't manage with any other issue reference keywords (provided in the administration repository menu), such for example:
#123 @1h
As developper are used to the #id syntax to change issue status or progress, I wanted to use the #id @1h syntax but I failed.
Am I missing a syntax error or should any indicated reference keyword work?
Is there a matter of reference keyword order in the settings?
Thank you for any information.
Replies (1)
RE: Time tracking: Logging time via commit messages : syntax - Added by Go MAEDA almost 2 years ago
You can omit "refs" if you add "*" to "Referencing keywords" (in Administration > Settings > Repositories).