﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
22208,get_children() doesn't support 'fields' => 'ids' as an argument,danielbachhuber,,"Not sure whether it should, but it would be nice.

When you pass 'fields' => 'ids' as an argument, the data returned by get_posts() is nooped with this block:

{{{
foreach ( $children as $key => $child )
    $kids[$child->ID] = $children[$key];
}}}",enhancement,new,normal,Awaiting Review,Query,3.4.2,normal,,dev-feedback has-patch,
