You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.
Sometimes we want to add a reference to multiple issues, and have a different action/time directive values.
I expected multiple separate rows with their own #refs #action #time directives to act independently, however (at least) the time of the last directives row is reused.
For example, using the following message in a commit
Feature: add some features
#refs ISSUE-001 #action resolve issue, fixed #time 2h
#refs ISSUE-002 #action resolve issue, fixed #time 1h
results in 1 hour of work being logged for both of these issues, and both issues are resolved.
The text was updated successfully, but these errors were encountered:
Allowing groups of #refs + #time + #action directives is not supported by the add-on. Therefore tagging this as a feature request, although I'm not sure if this will be implemented.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sometimes we want to add a reference to multiple issues, and have a different action/time directive values.
I expected multiple separate rows with their own
#refs #action #time
directives to act independently, however (at least) the time of the last directives row is reused.For example, using the following message in a commit
results in 1 hour of work being logged for both of these issues, and both issues are resolved.
The text was updated successfully, but these errors were encountered: