The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Add attachment to JIRA Issue Using REST API and C#.NET

chamara danthanarayana
October 6, 2013

How can i use JIRA API to add an attachment to an issue with C#.NET?

3 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
MB
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 Champions.
October 6, 2013

Did you try reading JIRA REST API documentation? There is a REST call (POST) named "/rest/api/2/issue/{issueIdOrKey}/attachments" which you can use for your purpose.

0 votes
Bob Swift
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 Champions.
October 6, 2013
0 votes
MB
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 Champions.
October 6, 2013

Did you try reading JIRA REST API documentation? There is a REST call (PUT) named "/rest/api/2/application-properties/{id}" which you can use for your purpose.

Comments for this post are closed

Community moderators have prevented the ability to post new answers.