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.
Hello everyone, Hope everyone is safe! A few months ago we posted an article sharing all the new articles and documentation that we, the AMER Jira Service Management team created. As mentioned ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.