How t change avatar...

David J September 26, 2012

Can the admin change each user's avatar pic? If yes, how?

This is for both Jira and Confluence

3 answers

1 accepted

2 votes
Answer accepted
Thomas Heidenreich
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 26, 2012

In Jira you can simply click on the placeholder image in the user profile (not in the administration screen), I think for confluence it should work the same.

0 votes
MatthewC
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 26, 2012

You could also use the Confluence gravatar server so that it can be reused

https://marketplace.atlassian.com/plugins/net.vicox.confluence.plugins.gravatar

and as of 5.1 jira supports Gravatar

Another option is to do a SQL update on the databases. you can see the avatar setting with this query (in Jira)

select ID, filename, contenttype, avatartype, owner, systemavatar from jiradb

and your avatars are stored in the JIRA_HOME directory

\jira-home\data\avatars



I'm sure Confluence is pretty similar. You could do a bulk upload of images to the server and script SQL queries to do updates based on am input CSV data file. eg.

USER, AVATAR
abc, abcImg
def, defImg
ghi, ghiImg

0 votes
David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
September 26, 2012

Use the JIRA SU & Confluence SU plugins to impersonate each user whose avatar you wish to change. For large instances, this may take some time :)

Suggest an answer

Log in or Sign up to answer