Project

General

Profile

How to add a new issue using Redmine rest api with delphi?

Added by Igor Anackii over 9 years ago

I'm using Delphi XE and have local Redmine. Where are two examples how to use Redmine rest api with Delphi: AddIssue and GetIssue. GetIssue works nice, but AddIssue doesn't work at all. At first time AddIssue returned error code "500 Internal server error". Some code fixes and it's returned error code - "422 " (with empty error text). How to make the code work? what am I doing wrong? If you have some other examples please share.

Wiki examples: Rest_api_with_delphi