How to get results from userSearchService?

Shane Freed April 28, 2017

I am currently using the userSearchService.findUsersAllowEmptyQuery() method to get a list of users from the JiraContext.

 

Since I am not passing a quesry String, I understand that the returned list is in the context of the ApplicationUser I pass into the JiraServiceContext.

 

Ideaslly what I would like to see is a list of Application Users that have access to a particular project.

 

Examples of the usage of the USerSearchService are sparse to non-existant, or maybe I am looking in the wrong place.

 

Can someone help point me to some examples, or show me an example of how to get users assigned to a particular project?

 

Thanks in Advance!

 

 

1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 28, 2017

Check out the getProjectRoleActors method in ProjectRoleManager. Use it with the appropriate project role.

Suggest an answer

Log in or Sign up to answer