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 |