Time tracking: Spent value not updated when commit is amended
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Summary
When tracking time using the /spend
quick action, the time is not updated if you amend a different value and force push the commit.
Steps to reproduce
- Push a commit which uses the
/spend
quick action and enter a value eg\spend 30m
- Amend that same commit with a different value in
/spend
egspend 1h 15m
- Force push the commit
- The time spent should now be
1h 15m
but is still30m
What is the current bug behavior?
The time spent is not updated when a commit is amended
What is the expected correct behavior?
The time spent should be updated/overwritten by the new value in the amended commit
Edited by 🤖 GitLab Bot 🤖