Project

General

Profile

Actions

Feature #5338

closed

Descendants (subtasks) should be available via REST API

Added by Matthew Schinckel about 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
Start date:
2010-04-16
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

app/views/show.xml.builder, line13:

  xml.descendants do
    @issue.descendants.each do |issue|
      xml.descendant(:id => issue.id)
    end
  end unless @issue.leaf?
Actions

Also available in: Atom PDF