kriskbx / gitlab-time-tracker

🦊🕘 A command line interface for GitLab's time tracking feature.
GNU General Public License v2.0
458 stars 82 forks source link

Spent time wrong if spent while creating issue. #88

Open GreyKuma opened 5 years ago

GreyKuma commented 5 years ago

When checking the time spent for a given issue and user I came across a discrepancy between two places that should show the same time spent but don't. This is most likely due to using the /spent command in the creation dialog of the issue. (This also causes the problem of the time spent not showing up in the issue log. Probably related.) Example In this example the correct time for Person A would be 90 minutes, but 120 of those minutes were spent while creating the issue, which would explain the (incorrect) -30 minutes.