Context
I have a feature request represented as a JIRA issue with the handle PRJ-11. My issue has a sub-task with the handle PRJ-23. JIRA has the latest FishEye and FishEye Plugin installed and smart commits are enabled.
Question
If I was to make an SVN commit with the log message:
PRJ-11 #resolve #time 1w #comment Finished working on the complete feature
FishEye would resolve the parent issue (and presumably the sub-task while it was at it).
If I try to do the same with the sub-task:
PRJ-23 #resolve #time 1w #comment Finished working on the sub-task
FishEye detects the SVN commit and logs the activity against the sub-task, but it does not either advance the workflow of the sub-task or log any time against it or the parent issue.
Have I missed something in my commit message syntax or FishEye configuration?