Actions
Defect #6874
closedAPI should return XML description when creating a project
Start date:
2010-11-12
Due date:
% Done:
0%
Estimated time:
1.00 h
Resolution:
Fixed
Affected version:
Description
Create issue API (POST /issues.xml) returns XML description of created issue with issue ID that can be used to modify created issue.
Create project API (POST /project.xml) has same syntax and behaviour but don't return anything, so API user don't know project ID and can't work with created project.
I'm using remote API for automating some Redmine interactions and returning project ID for "create project" API call will allow me to do much more things with redmine.
Actions