Project

General

Profile

redmine 1.2.1.stable, create an issue on REST problem

Added by Ali Gençkaya almost 12 years ago

hello,
I have a problem. i'm trying to create an issue, but api says to me:

<?xml version="1.0" encoding="UTF-8"?>
<errors>
  <error>Subject can't be blank</error>
</errors>

my posts request body is:

<?xml version="1.0"?>
  <issue>
    <subject>example issue</subject>
    <description>my content</description>
  </issue>
</xml>

url is:

http://192.168.1.5/redmine/projects/ali/issues.xml?key=72fd8fe392dc3168420a4c1aa11fe537f8b96a3e

what's wrong?