You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Jira Cloud REST API doesn't have separate APIs for loading a temp avatar and cropping it. It has just one "Load project avatar" API: /project/{projectIdOrKey}/avatar2 (API v2 and API v3)
Bug summary
create_temp_project_avatar() works with Jira Data Center, but fails with Jira Cloud with a 405 (Method Not Allowed) error:
The Jira Cloud REST API doesn't have separate APIs for loading a temp avatar and cropping it. It has just one "Load project avatar" API: /project/{projectIdOrKey}/avatar2 (API v2 and API v3)
I haven't tested, but
Is there an existing issue for this?
Jira Instance type
Jira Cloud (Hosted by Atlassian)
Jira instance version
Cloud
jira-python version
3.9
Python Interpreter version
3.12
Which operating systems have you used?
Reproduction steps
Stack trace
The text was updated successfully, but these errors were encountered: