How does one edit the avatar of a user using java api for jira 5.1.x?

S February 20, 2013

I want to edit the avatar of a user using a job which can be scheduled everday. The job should be able to read pictures from a repository and upload as avatar pictures

1 answer

1 accepted

0 votes
Answer accepted
S February 28, 2013

One can do it using AvatarService.

avatarService.setCustomUserAvatar(remoteUser, username, avatarId);

Suggest an answer

Log in or Sign up to answer