Add spent time via commit message without closing issue #13539

Open
opened 2025-11-02 10:45:30 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @kodebach on GitHub (Sep 27, 2024).

Feature Description

As mentioned in the original PR https://github.com/go-gitea/gitea/pull/12220#issuecomment-682348675 adding spent time via a commit message without closing the issue was not a goal of the original PR, but could be implemented. I'd like to see that feature. It would make it much easier to track time when working on a single issue across multiple days.

Unless I misunderstood how the code works, the feature would only require removing the isClosing part of this if

fdb1df9eca/services/issue/commit.go (L191-L196)

Screenshots

No response

Originally created by @kodebach on GitHub (Sep 27, 2024). ### Feature Description As mentioned in the original PR https://github.com/go-gitea/gitea/pull/12220#issuecomment-682348675 adding spent time via a commit message without closing the issue was not a goal of the original PR, but could be implemented. I'd like to see that feature. It would make it much easier to track time when working on a single issue across multiple days. Unless I misunderstood how the code works, the feature would only require removing the `isClosing` part of this `if` https://github.com/go-gitea/gitea/blob/fdb1df9eca2f7adabf08883042325af26c3fd509/services/issue/commit.go#L191-L196 ### Screenshots _No response_
GiteaMirror added the type/proposal label 2025-11-02 10:45:30 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#13539