Interface SplitIssuePermissionCheckHelper

All Known Implementing Classes:
SplitIssuePermissionCheckHelperImpl

public interface SplitIssuePermissionCheckHelper
A helper to checks whether currently logged in user has sufficient permission to perform the split operation.
  • Method Summary

    Modifier and Type
    Method
    Description
    canSplitIssue(com.atlassian.jira.issue.Issue issue)
    Checks whether currently logged in user has sufficient permission to perform the split operation on the specified issue.
  • Method Details

    • canSplitIssue

      ServiceResult canSplitIssue(com.atlassian.jira.issue.Issue issue)
      Checks whether currently logged in user has sufficient permission to perform the split operation on the specified issue.
      Parameters:
      issue - Issue to be split
      Returns:
      A valid result if user has sufficient permission, else an invalid result.