Class TestIssueResourceSubtasks

java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraRestTest
com.atlassian.jira.webtests.ztests.bundledplugins2.rest.TestIssueResourceSubtasks

public class TestIssueResourceSubtasks extends BaseJiraRestTest
Func tests for parent/subtask linking in REST API.
Since:
v4.2
  • Constructor Details

    • TestIssueResourceSubtasks

      public TestIssueResourceSubtasks()
  • Method Details

    • setUpTest

      public void setUpTest()
    • testSubtaskLink

      public void testSubtaskLink() throws Exception
      Verifies that the link to a subtask has all the required information.
      Throws:
      Exception - if anything goes wrong
    • testParentLink

      public void testParentLink() throws Exception
      Verifies that the link to the parent has all the required information.
      Throws:
      Exception - if anything goes wrong