Backgroud
When you are using a server account for CI/CD, if you want to make the server account avatar to looks professional on Jira update but the server account may not allowed to log to Jira, so you can not update the avatar though GUI, you could use Jira REST API to do this.
I assume you have an account called robot
, here are the examples of how to update though REST API.
Example in Python
import http.client |
Example in Postman
# URL and Method is PUT |
How to find the avatar id
You replace other avatar ids you like. Here is how to find you avatar id you want