-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve Gravatars via Gravatar? #2
Comments
Some clarification so I understand your feature request fully: There are instances where bamboo servers are not able to reach out to external sites for security reasons, so I'm assuming you would expect to have the gravatar links set up in bamboo as in the documentation here: Another option that came to mind would be for users who don't have avatars set up to have a colored box with their initial in it, similar to how google does when multiple people edit a google doc. Would that be a better fallback for when no avatar is found? |
Yes, I'm working on the basis that if your Gravatar is visible in Bamboo, it's because your Bamboo server can connect to the default public Gravatar service, or you have set Bamboo up to point to an internal Gravatar server. The current problem I have is that Gravatars are correctly resolved from the default public Gravatar website correctly in both JIRA and Bamboo, yet are not displayed in the Pipeline plugin - is this a bug? I like the idea of User initials in a box when no avatars can be found. |
I noticed that the Pipeline Plugin uses a linked JIRA application (if one exists) to find the Gravatar, rather than Gravatar directly. This causes problems if you're not using JIRA, or of your JIRA instance won't resolve gravatar images via the URL http://jira-server/secure/useravatar?ownerId=.
Can you resolve Gravatars directly via Gravatar, using the email addess of the Bamboo user?
The text was updated successfully, but these errors were encountered: