You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I'm hoping to get a report out of Crowd, listing all users and their attributes. Really I only want one attribute, a custom one. Is there an easy way to do this?
Can you please clarify which attributes do you whish? Actually Crowd does not generate reports but I guess you can try export a CSV file informing all users as explained here:
https://confluence.atlassian.com/display/CROWD/Importing+Users+from+CSV+Files
Also, you can run this sql query at Crowd database to list all your crowd users:
select * from cwd_user
Cheers,
Bernardo
I have not tested this yet, but perhaps you may try Crowd REST API to get these data that you require: https://developer.atlassian.com/display/CROWDDEV/Crowd+REST+APIs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's a custom attribute. I've been able to get the data from a SQL query...not optimal, but I guess it is what it is.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.