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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,555,356
Community Members
 
Community Events
184
Community Groups

JIRA Plugin development to get all users in system

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.
Dec 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