Class TestMoveIssue
java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.issue.move.TestMoveIssue
-
Field Summary
Fields inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
moveOperationFunctionality
(String issueKey) Tests if the move operation operates correctlyvoid
moveOperationWithDueDateRequired
(String issueKey) Tests if the 'Due Date' field is available with 'Due Date' set as requiredvoid
moveOperationWithInvalidDueDate
(String issueKey) Tests the error handling if an invalid 'Due Date' is selected.void
moveOperationWithMoveIssuesPermission
(String issueKey) Tests if the 'Move' Link is available with the 'Move Issues' permission removedvoid
moveOperationWithRequiredFields
(String issueKey) Tests the error handling if Components, Affects Versions and Fix Verions are set as required and a project without these is selectedvoid
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
Test mapping of workflows schemes that don't match when moving (enterprise only)Methods inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
getAssertions, getBackdoor, getEnvironmentData, getTester
-
Constructor Details
-
TestMoveIssue
public TestMoveIssue()
-
-
Method Details
-
restoreDefaultUserPicker
public void restoreDefaultUserPicker() -
testMoveIssue
public void testMoveIssue() -
testMoveIssueIssueTypeAvailable
public void testMoveIssueIssueTypeAvailable() -
testMoveIssueAutomaticAssigneeWithComponents
public void testMoveIssueAutomaticAssigneeWithComponents() -
moveOperationFunctionality
Tests if the move operation operates correctly -
moveOperationWithMoveIssuesPermission
Tests if the 'Move' Link is available with the 'Move Issues' permission removed -
moveOperationWithInvalidDueDate
Tests the error handling if an invalid 'Due Date' is selected. -
moveOperationWithDueDateRequired
Tests if the 'Due Date' field is available with 'Due Date' set as required -
moveOperationWithRequiredFields
Tests the error handling if Components, Affects Versions and Fix Verions are set as required and a project without these is selected -
testMoveWithMappingStatus
public void testMoveWithMappingStatus()Test mapping of workflows schemes that don't match when moving (enterprise only) -
testMoveIssueWithinProject
public void testMoveIssueWithinProject() -
testMoveIssueWithSubtasksBetweenProjects
public void testMoveIssueWithSubtasksBetweenProjects() -
testMoveSubtaskWithDifferentWorkflowAndStatuses
public void testMoveSubtaskWithDifferentWorkflowAndStatuses() -
testMoveSubtaskWithDifferentWorkflows
public void testMoveSubtaskWithDifferentWorkflows() -
testMoveIssueWithSubtaskIssueTypesBetweenProjects
public void testMoveIssueWithSubtaskIssueTypesBetweenProjects() -
testMoveIssueWithSubtasksBetweenProjectsWithSecurityLevel
public void testMoveIssueWithSubtasksBetweenProjectsWithSecurityLevel() -
testMoveIssueWithoutVersionPermission
public void testMoveIssueWithoutVersionPermission() -
testMoveIssueWithRequiredLabels
public void testMoveIssueWithRequiredLabels() -
testMoveIssueWithSubtasksAndComponents
public void testMoveIssueWithSubtasksAndComponents() -
testMoveIssueWithRequiredCustomFields
public void testMoveIssueWithRequiredCustomFields() -
testMoveIssueRetainInactiveAssigee
public void testMoveIssueRetainInactiveAssigee() -
testExcludeUserWithoutPermissionAsAssigneeSuggestion
public void testExcludeUserWithoutPermissionAsAssigneeSuggestion()
-