Class LinkSplitIssuesHelperImpl
java.lang.Object
com.atlassian.greenhopper.web.rapid.plan.splitissue.LinkSplitIssuesHelperImpl
- All Implemented Interfaces:
LinkSplitIssuesHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlinkIssues(com.atlassian.jira.issue.Issue originalIssue, List<com.atlassian.jira.issue.Issue> splitIssues) Link the original issue that was split and issues that were created as a result of the split operation.
-
Constructor Details
-
LinkSplitIssuesHelperImpl
public LinkSplitIssuesHelperImpl()
-
-
Method Details
-
linkIssues
public ServiceResult linkIssues(com.atlassian.jira.issue.Issue originalIssue, List<com.atlassian.jira.issue.Issue> splitIssues) Description copied from interface:LinkSplitIssuesHelperLink the original issue that was split and issues that were created as a result of the split operation.- Specified by:
linkIssuesin interfaceLinkSplitIssuesHelper- Parameters:
originalIssue- Issue being split.splitIssues- New issues created as a result of the split operation- Returns:
- A valid result if the linking was done successfully, else an invalid result.
-