Defect #7219
Issue changed together with subtask
Status: | New | Start date: | 2011-01-03 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues | |||
Target version: | - | |||
Resolution: | Affected version: | 1.0.5 |
Description
Possible bug in closing subtask through commit.
git commit -m "Fixed the iterator issue. closes #179"
Subtask was marked as done and closed, which is right. However, the main issue was changed too, marked as 100% done (which is not) and estimated time was changed to 1 hour (from 30).
I've figured that marking it as 100% done might be connected to the subtasks (when subtasks are present, they change the progress, not the issue itself). Tho, the estimated time change is a bug, since that should not be modified by any automation.