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.
Updated by Jean-Philippe Lang about 14 years ago
- Subject changed from API for creating projects and issues are not consistent to API should return XML description when creating a project
- Status changed from New to Resolved
- Target version set to 1.0.4
- Affected version (unused) changed from devel to 1.0.3
- Resolution set to Fixed
- Affected version set to 1.0.3
Fix committed in r4397.
Updated by Jean-Philippe Lang about 14 years ago
- Status changed from Resolved to Closed
Backported in 1.0-stable in r4401.
Actions