Total Pageviews

Thursday, 30 July 2020

File Upload On JIRA Server Using PostMan / cURL

File Upload Using cURL

curl -H "Authorization:Basic U1TW9nW0OA1" -X POST -H "X-Atlassian-Token: nocheck" -F "file=@C:/Users/g7/Desktop/New/Test2.txt" https://capgmni-ogo.atlassian.net/rest/api/2/issue/QA-29/attachments



File Upload Using PostMan


No comments:

Post a Comment