Class LinkSplitIssuesHelperImpl

java.lang.Object
com.atlassian.greenhopper.web.rapid.plan.splitissue.LinkSplitIssuesHelperImpl
All Implemented Interfaces:
LinkSplitIssuesHelper

@Service public class LinkSplitIssuesHelperImpl extends Object implements LinkSplitIssuesHelper
  • 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: LinkSplitIssuesHelper
      Link the original issue that was split and issues that were created as a result of the split operation.
      Specified by:
      linkIssues in interface LinkSplitIssuesHelper
      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.