Project

General

Profile

How to create an issue with pyactiveresource module

Added by strengthen jiang over 13 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?