public static interface IssueImplAggregateTimeTrackingCalculator.PermissionChecker
Modifier and Type | Method and Description |
---|---|
boolean |
hasPermission(Issue subTask)
Returns true if a user in this context has a browse permission
Permissions.BROWSE for given issue (sub-task), false otherwise. |
boolean hasPermission(Issue subTask)
Permissions.BROWSE
for given issue (sub-task), false otherwise.subTask
- sub-task to check the permission forCopyright © 2002-2022 Atlassian. All Rights Reserved.