Class TestIssueResourceSubtasks
java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraRestTest
com.atlassian.jira.webtests.ztests.bundledplugins2.rest.TestIssueResourceSubtasks
Func tests for parent/subtask linking in REST API.
- Since:
- v4.2
-
Field Summary
Fields inherited from class com.atlassian.jira.functest.framework.BaseJiraRestTest
backdoor, environmentData, initClass, initData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidVerifies that the link to the parent has all the required information.voidVerifies that the link to a subtask has all the required information.Methods inherited from class com.atlassian.jira.functest.framework.BaseJiraRestTest
getEnvironmentData
-
Constructor Details
-
TestIssueResourceSubtasks
public TestIssueResourceSubtasks()
-
-
Method Details