Wanja
Wanja

Reputation: 111

Azure DevOps profile pictures not displayed on boards

With our small development team, we recently switched to Azure DevOps. I successfully connected our tenant to DevOps, in the sense that users are available. From other posts, I understand that profile pictures are not automatically synchronized, and that each user needs to add their own profile picture in DevOps. However, even after doing so, the profile pictures do not appear in all places. Most crucially, they do not appear on cards on boards. They do, however, appear in the top right corner and when configuring the team.

Here's a screenshot showing the missing profile picture: screenshot showing the missing profile picture

and one showing the profile picture in settings: showing the profile picture in settings

I waited for about a week. So I also don't expect this to be related to any waiting period until the server updates.

Is this a bug in DevOps or am I missing some crucial settings?

Any advice would be much appreciated!

Upvotes: 11

Views: 5513

Answers (3)

gebi
gebi

Reputation: 743

I had this problem only when using Firefox, not in other browsers. The solution was to disable state partitioning for DevOps, by setting privacy.restrict3rdpartystorage.skip_list to String *,https://dev.azure.com on about:config.

Upvotes: 0

user2753089
user2753089

Reputation:

The solution for ShrutiJoshi-MT almost worked for myself. I had to do a couple more steps:

  1. Every single sized version of the picture right click image -> open new tab. Press Shift + F5.
  2. When I finished updating the profiles I shift + F5 each page that has the issue as well.

Using Firefox myself.

Upvotes: 2

ShrutiJoshi-MT
ShrutiJoshi-MT

Reputation: 1831

Solution 1:

Right clicking on the avatar, choose Open image in a new tab and right click > refresh

enter image description here

enter image description here

Solution 2:

After you change profile pictures in azure devops , you could clear browser data or you need to wait for some hours or days to let it change to the new one. And also try with the another browser window.

Upvotes: 6

Related Questions