This page last changed on Feb 14, 2010 by ggaskell.
Cannot resolve external resource into attachment. How do I determine which Issues a user is allowed to see?
Given a list of issues, use
IssueUtils.filterIssues(issueGVs, new PermissionsParameter(user))
to filter the list of issues down to only those that the user has permission to view.
|