Andrew Williams wrote: > Though I cannot remember just now I know that some of the getSomethings > calls return less detailed info than the individual getSomething calls. > for example getBuilds will not return all the dumped data but getBuild > will. > At least something along those lines iirc. As Andrew is saying, this is a feature. If you need the entire project object you have to explicitly fetch that with getProject(). -- Trygve