public class TestClosedParent extends BaseJiraFuncTest
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.
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
Constructor and Description |
---|
TestClosedParent() |
Modifier and Type | Method and Description |
---|---|
void |
testCantChangeAssigneeWhenIssueIsClosed() |
void |
testCantCloseParentWithOpenSubTasks() |
void |
testCantCreateSubtaskWhenParentClosed() |
void |
testConvertIssueToSubtask() |
void |
testMoveSubtaskToClosedParent() |
getAssertions, getBackdoor, getEnvironmentData, getTester
public void testCantCreateSubtaskWhenParentClosed()
public void testCantCloseParentWithOpenSubTasks()
public void testConvertIssueToSubtask()
public void testMoveSubtaskToClosedParent()
public void testCantChangeAssigneeWhenIssueIsClosed()
Copyright © 2002-2021 Atlassian. All Rights Reserved.