Is there a way to prevent a parent case from being closed before all its children cases are closed first?
|
3
|
||||
|
|
1
|
Currently, no. And I doubt that FogCreek will implement such a restriction because it goes against the general FogBugz philosophy of getting out of the way of the user as much as possible. That being said, I too would like to see some workflow additions that allow for much better control over how subcases are dealt with, since they are such a powerful feature. |
|||
|
|
|
0
|
You can implement this by writing a plugin. Plugins cannot prevent a case from being committed (saved), but one could reopen a case with a warning message explaining why it was reopened. |
||
|
|