I have created a few dummy tasks and want to access them from my Servlet. I am trying to use ComponentAccessor to achieve that but unable to retrieve the Issue List. For an example from IssueManager i can use:
getWatchedIssues(ApplicationUser user)
But I couldn't retrieve the ApplicationUser
issue.getAssignee() gives me error not found instead of ApplicationUser.
P.S: I am trying to get all the listed issues without providing their id or keys.