Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to add attachments to Jira using soapui

Srikanth Reddy April 8, 2020

Header 

X-Atlassian-Token: no-check

file: path.xml

media type - multipart/form-data

 

url : /rest/api/2/issue/JIRA-123/attachments

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 13, 2020

Jira no longer supports SOAP, you need to use a REST call.

See https://developer.atlassian.com/server/jira/platform/rest-apis/ to get started with that.

Srikanth Reddy April 13, 2020

My question is how to add attachments using Soapui tool with REST API

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 13, 2020

Yes, and the answer is on one of the pages beneath that link.  If you click on "jira server platform rest api", and then search for "add attachment", you will find the rest calls that you'll need to add/code for/configure in Soapui.

Suggest an answer

Log in or Sign up to answer