Interface IssuePermissionService

All Known Implementing Classes:
IssuePermissionServiceImpl

public interface IssuePermissionService
  • Method Summary

    Modifier and Type
    Method
    Description
    canEditAllIssues(com.atlassian.jira.user.ApplicationUser user, List<com.atlassian.jira.issue.Issue> issues)
    Can the specified user edit all of the given issues.
  • Method Details

    • canEditAllIssues

      @Nonnull ServiceResult canEditAllIssues(@Nullable com.atlassian.jira.user.ApplicationUser user, List<com.atlassian.jira.issue.Issue> issues)
      Can the specified user edit all of the given issues.
      Parameters:
      user - the user
      issues - the issues
      Returns:
      error if not allowed