Vote #68893
未完了Issue changed together with subtask
0%
説明
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.