Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

JIRA Plugin development to get all users in system

Daniel Burke December 21, 2017

Hi All,

Which Plugin type would be best to retrieve all users and their roles etc in JIRA?

I'm trying to Develop my own Plugin which will export all of my users in my entire JIRA application but cannot find the best way to do it.

I'm currently trying to make a report plugin, but the tutorial seems a bit out-dated.

Does anybody have any experience doing this?

1 comment

Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 21, 2017

You can use JIRA Java API for this purpose in your plugin.

https://docs.atlassian.com/DAC/javadoc/jira/7.1.0-m01/reference/com/atlassian/jira/bc/user/search/UserSearchService.html

public List<ApplicationUserfindUsersAllowEmptyQuery (JiraServiceContext jiraServiceContext, String query)

Get Users based on a query string.

Matches on start of username, full name and email as well as all the tokenised (on spaces, '.', '@' etc) words This will search even if the query passed is null or empty. Only returns active users.

Results are sorted according to the UserCachingComparator.

Parameters

jiraServiceContextquery

Jira Service Context
String to search for.
Returns
See Also

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events