atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.34k stars 662 forks source link

Jira: api/2/attachment #568

Open gonchik opened 4 years ago

gonchik commented 4 years ago

Hi! I will be happy to cover all methods from https://docs.atlassian.com/software/jira/docs/api/REST/8.5.0/#api/2/attachment

under that code lines https://github.com/atlassian-api/atlassian-python-api/blob/master/atlassian/jira.py#L150

Cheers, Gonchik Tsymzhitov

8BitKnitNerd commented 3 years ago

Might be solved in https://github.com/atlassian-api/atlassian-python-api/pull/594

isaac-philip commented 3 years ago

I can look into this.

isaac-philip commented 3 years ago

Hello @gonchik , a user has contributed the required code on June this year - https://github.com/atlassian-api/atlassian-python-api/blob/master/atlassian/jira.py#L160-L207

Would be fine to close this ticket unless something is missed out? please say?

Also would you think it would be great if we can have a function to download the attachment file. As of now I do not see we have support for that. Please advise so I may include that.