Project

General

Profile

Actions

Defect #6187

closed

REST API exampe needs update

Added by J Doe over 13 years ago. Updated over 13 years ago.

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'}
Actions #1

Updated by J Doe over 13 years ago

  • Status changed from New to Resolved

wiki edited fixed

Actions #2

Updated by Azamat Hackimov over 13 years ago

  • Due date set to 2010-08-23
  • Category set to REST API
  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF