public interface

IssueTypePermissionService

com.atlassian.jira.config.IssueTypePermissionService
Known Indirect Subclasses

Summary

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

Public Methods

public boolean hasPermissionToEditIssueType (ApplicationUser applicationUser)

Checks if the user has permissions to edit the given issue type.

public boolean hasPermissionToViewIssueType (ApplicationUser applicationUser, String id)

Checks if the user has permissions to view the given issue type.