Package com.atlassian.jira.config
Interface IssueTypePermissionService
- All Known Implementing Classes:
DefaultIssueTypePermissionService
public interface IssueTypePermissionService
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhasPermissionToEditIssueType(ApplicationUser applicationUser) Checks if the user has permissions to edit the given issue type.booleanhasPermissionToViewIssueType(ApplicationUser applicationUser, String id) Checks if the user has permissions to view the given issue type.
-
Method Details
-
hasPermissionToViewIssueType
Checks if the user has permissions to view the given issue type. -
hasPermissionToEditIssueType
Checks if the user has permissions to edit the given issue type.
-