JIRA SDK adds on development

I developed a add on using atlassian API which fetched the project details and display in gadget.Its only fetching the issues detail created by only admin.Other user issue detail its not able to fetch.
I am using JiraAuthenticationContext.getUser()
Please suggest how i can fetch all the issues detail created by other user

If you’re using the search api you should be able to do it pretty easily (in fact you would have to exclude everyone else). Can you post your code where you’re retrieving the issues?