For the REST api v2, when I search for issues using the JQL search endpoint POST /rest/api/2/search, the user fields that come back (such as assignee) have avatarUrls. These urls load the users’ images properly when I navigate to them. I also have a webhook set up to track the same issues. When that webhook is triggered, the user fields it sends in the issue data have slightly different avatarUrls. These urls load generic initials-only images, not the users’ chosen profile images.
Why is this? Can I get the webhook to send the correct avatarUrls, not the placeholders?
Example:
The urls from the JQL query endpoint look like this (ids have been changed): https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/67103:8250b658-b5d4-11ec-bb93-1950bad24051/93e29fa5-b5d4-11ec-8198-03da6485edcf/48
The urls from the webhook payload look like this: https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/JS-4.png