public static interface

IssueImplAggregateTimeTrackingCalculator.PermissionChecker

com.atlassian.jira.issue.util.IssueImplAggregateTimeTrackingCalculator.PermissionChecker

Class Overview

Responsible for doing permission checks for an issue.

Summary

Public Methods
boolean hasPermission(Issue subTask)
Returns true if a user in this context has a browse permission BROWSE for given issue (sub-task), false otherwise.

Public Methods

public boolean hasPermission (Issue subTask)

Returns true if a user in this context has a browse permission BROWSE for given issue (sub-task), false otherwise.

Parameters
subTask sub-task to check the permission for
Returns
  • true if a user in this context has a browse permission for given issue (sub-task), false otherwise