Added by strengthen jiang about 14 years ago
I created an issue like this:
new_issue = redmine.create({'subject':'test for python api'})
and i get an error:"pyactiveresource.connection.ResourceNotFound: HTTP Error 404: Not Found"
but if i create an issue with an existed id:
new_issue = redmine.create({'subject':'test for python api','id':3170})
i can created successfully why?