Interface LinkSplitIssuesHelper
- All Known Implementing Classes:
LinkSplitIssuesHelperImpl
public interface LinkSplitIssuesHelper
Helper to link the original issue that was split and issues that were created as a result of the split operation.
-
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.
-
Method Details
-
linkIssues
ServiceResult linkIssues(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.- 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.
-