Actions
Defect #6187
closedREST API exampe needs update
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
2010-08-20
Due date:
2010-08-23
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
I have the impression this section of the API documentation needs update:
issue = Issue.new(
:subject => 'REST API',
:assigned_to_id => 1,
:project_id => 1,
:custom_field_values => {2 => 'Fixed'}
)
I'm not a Ruby guru but I have the impression it should be:
:custom_field_values => {'2' => 'Fixed'}
Updated by Azamat Hackimov about 14 years ago
- Due date set to 2010-08-23
- Category set to REST API
- Status changed from Resolved to Closed
Actions