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

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 Leaders.
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 OSS (Bob Swift Atlassian Apps)
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.
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 Leaders.
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.

Suggest an answer

Log in or Sign up to answer