Project

General

Profile

Actions

Feature #8296

closed

REST API for comments

Added by Emmanuel Bourgerie about 13 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
2011-05-05
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid

Description

Hi !

I'm integrating a custom Redmine front-end in our customer portal via the REST API. We are in need for comments (still in REST).

As it is a feature we would like to have in the next few months, we are ready to help you in the development effort.

Actions #1

Updated by Emmanuel Bourgerie about 13 years ago

I took a look at the code, journals seem to be implemented in models/show.api.rsb.

But, as far as I understood (I'm quite new to RoR), it has to be enabled :

  api.array :journals do
    @issue.journals.each do |journal|
      api.journal :id => journal.id do
        [...]
      end
    end
  end if include_in_api_response?('journals')

My question is : where can this parameter be set ? I manually removed if include[...] to test, it seems to be working.

Actions #2

Updated by Emmanuel Bourgerie about 13 years ago

  • Status changed from New to Resolved

Found it : just had to do something like :

GET /issues/1.xml?include=journals

Actions #3

Updated by Etienne Massip over 12 years ago

  • Status changed from Resolved to Closed
  • Resolution set to Invalid
Actions

Also available in: Atom PDF