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 have implemented RemoteDirectory interface in Crowd to create a custom directory. I need certain attributes of users from our custom directory to be moved to Crowd as well so that certain customizations can be done in Confluence and JIRA based on the custom attributes.
There is a interface method findUserWithAttributesByName() which returns UserWithAttributes object. I tried returning attributes from this method, and it did not help.
In this context, I do not understand from the documentation what is storeUserAttributes() method used for. Is there any way I can use storeUserAttributes() method to save custom user attributes in Crowd?
Thanks!
-Rizwan
I found the solution to this issue, but with another following problem:
I had to get my custom attributes and populates them in attributes of the type Map<String, Set<String>> in UserWithAttributes object and return this object from the RemoteDirectory interface method findUserWithAttributesByName().
By doing so, I got my custom attributes from my custom directory into Crowd. However, I see that these custom attributes are not being synchronized into JIRA and Confluence.
There is also a reported bug about this here: CROWD - JIRA integration does not synchronize custom user attributes... This bug has been reported in April 2011.
What use are the attributes of, if they are not available to work with in Atlassian applications such as Jira and Confluence?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.