Project

General

Profile

attach files against issue using REST Web service through .net

Added by Balendu Kumar about 8 years ago

Hi,

Anybody knows how to upload files against issues using REST WEB SERVICE through .net.

Redmine version                3.3.0.stable
Ruby version 2.1.8-p440 (2015-12-16) [i386-mingw32]
Rails version 4.2.6
Environment production
Database adapter Mysql2
OS Windows

Replies (2)

RE: attach files against issue using REST Web service through .net - Added by Jan from Planio www.plan.io about 8 years ago

The official documentation is in Rest_api.

In addition to that, we've recently started documenting the Redmine API at Planio to have a comprehensive guide encompassing both the core Redmine API as well as our additions. The plan is to enhance this with code samples in different languages such as .NET, PHP, Java, etc. over the next months.

The section about attaching files using the Redmine API is already complete and has some nice code examples for curl. I am sure they can be easily adapted for .NET if you have a general understanding of how the .NET HTTP client works.

    (1-2/2)