Class TestMoveIssueAttachment

java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.issue.move.TestMoveIssueAttachment

public class TestMoveIssueAttachment extends BaseJiraFuncTest
Tests that attachments are moved successfully with an Issue move (single and Bulk).

There are separate tests depending on whether we need to do a workflow migration or not, because there was a regression that only occured when we did the migration (JRA-16223).

  • Field Details

  • Constructor Details

    • TestMoveIssueAttachment

      public TestMoveIssueAttachment()
  • Method Details

    • setUpTest

      public void setUpTest()
    • testMoveSingleIssueSameWorkflow

      public void testMoveSingleIssueSameWorkflow() throws Exception
      Throws:
      Exception
    • testMoveSingleIssueDifferentWorkflow

      public void testMoveSingleIssueDifferentWorkflow() throws Exception
      Throws:
      Exception
    • testBulkMoveIssueSameWorkflow

      public void testBulkMoveIssueSameWorkflow() throws Exception
      Throws:
      Exception
    • testBulkMoveIssueDifferentWorkflow

      public void testBulkMoveIssueDifferentWorkflow() throws Exception
      Throws:
      Exception
    • testMoveSingleIssueTwoUsers

      public void testMoveSingleIssueTwoUsers() throws Exception
      Throws:
      Exception
    • testBulkMoveIssueTwoUsers

      public void testBulkMoveIssueTwoUsers() throws Exception
      This tests what happens to attachments when two users do a bulk move at the same time to different projects.

      See http://jira.atlassian.com/browse/JRA-15475

      Throws:
      Exception - If the test is stuffed.