Interface IssueTypePermissionService

All Known Implementing Classes:
DefaultIssueTypePermissionService

public interface IssueTypePermissionService
  • Method Details

    • hasPermissionToViewIssueType

      boolean hasPermissionToViewIssueType(ApplicationUser applicationUser, String id)
      Checks if the user has permissions to view the given issue type.
    • hasPermissionToEditIssueType

      boolean hasPermissionToEditIssueType(ApplicationUser applicationUser)
      Checks if the user has permissions to edit the given issue type.