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
/spendquick action and enter a value eg\spend 30m - Amend that same commit with a different value in
/spendegspend 1h 15m - Force push the commit
- The time spent should now be
1h 15mbut 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 🤖