public class TestClosedParent
extends BaseJiraFuncTest
A FuncTest that covers JRA-14032
Ensure that
.. you can't create subtasks for an issue that is closed.
.. you can't close a task/issue that has open subtasks. (sub task blocking condition has to be activated)
.. you can't convert a task to a sub-task and assign it to a parent that is closed
.. you can't change the parent of a subtask through the move operation to a parent that is closed.
Overall we try to avoid to end up with a closed parent issue that has open subtasks.
- Since:
- v3.13