Integration with Timeglass for time tracking
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Just came across a solution for time tracking that is super simple to implement and done very beautiful way.[ timeglass] (https://github.com/timeglass/glass) is kind of file watcher on your git repository and tracks time based on changes. in automatically commits the time spends on the commits using git notes. Since the information is already inside commit, we already have breakup of time against issue/resource. by just summarizing these information and displaying it against issue/resource, one would have more meaningful information against these.
This is an attempt to request attention from community towards implementing this feature