arkhipenko
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited Rest API add attachments to comment
How add attachment to issues's comment wia Rest API? I try this encoderrrr =MultipartEncoder(fields={'file':('tets.jpg', open('./project/MAC/MAC-338/screenshot-1.png','rb'))})auth_login,auth_passw...