SOAP API/Mantisconnect: Get list of issues ba reporter?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
sycatIMS
Posts: 3
Joined: 14 Oct 2013, 08:07

SOAP API/Mantisconnect: Get list of issues ba reporter?

Post by sycatIMS »

Hi there!

I have to get a list of all issues by a reporter via SOAP API. How would I do this? Do I have to create a filter first, one for each reporter? Any code samples? ;)

Thanks in advance!
With kind regards,
Danyel Meyer

sycat IMS GmbH
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: SOAP API/Mantisconnect: Get list of issues ba reporter?

Post by atrol »

I recommend to write to mantisbt-soap-dev mailing list for such kind of questions
http://www.mantisbt.org/mailinglists.php
Please use Search before posting and read the Manual
rombert
Posts: 66
Joined: 05 Nov 2009, 08:43

Re: SOAP API/Mantisconnect: Get list of issues ba reporter?

Post by rombert »

Hi Danyel,

Yes, for now you need to use an existing filter. I can point you to some code examples, but I don't know which programming language you use.

Robert
sycatIMS
Posts: 3
Joined: 14 Oct 2013, 08:07

Re: SOAP API/Mantisconnect: Get list of issues ba reporter?

Post by sycatIMS »

Hi Robert,

I already figured out how to use filters to get specific issues using C#. So I´ll have to create many many filters in MantisBT first :(
With kind regards,
Danyel Meyer

sycat IMS GmbH
rombert
Posts: 66
Joined: 05 Nov 2009, 08:43

Re: SOAP API/Mantisconnect: Get list of issues ba reporter?

Post by rombert »

Well, if you're inclined to writing PHP code and have the desire and time to contribute, I am always happy to help you in contributing the changes.

I've started working on this a long time ago, but never got around to finishing it.
Post Reply