I'm trying to extract information about certain issues from Mantis via
the SOAP API. There's a few things that I'm unable to find:

For mc_project_get_issues, what's the maximum number of pages? Or, to
put it another way, how do I iterate through all the issues? The
method seems to barf for "per_page" values of 100 or more. And
increasing the page number one by one, it eventually throws an
exception but doesn't return the remaining issues (so if I request 50
issues per page and there are only 40 left, I get an exception but not
those 40 issues).

Or maybe that's a problem with the PHP binding I'm using ...

Another question: I'm trying to find out who uploaded an attachment.
That information doesn't seem to be available anywhere. Or am I
missing something?

Is there any more detailed documentation or code samples on the SOAP
API? The /api/soap/mantisconnect.php page is a nice start but doesn't
go into any details.

Thanks for any pointers.

bye, Dirk

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
mantisbt-help mailing list
mantisbt-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mantisbt-help

Reply via email to