Page 1 of 1

What is Parameter filter_type for SOAP Req?

Posted: 19 Oct 2017, 06:57
by saayid
I have been exploring the Operation's in the Mantis WSDL file and i have a query regarding one of the Operation's.

When making the Request mc_project_get_issues_for_user what is it that i should be passing for filter_type ? I am a bit confused about this parameter.

Any pointers on the same would be really helpful

Currently checking a Test Install of Mantis 1.2.19

Version: 1.2.19
OS: Win10
XAMPP for Windows(Apache 2.4.26, MariaDB 10.1.25, PHP 5.6.31)

Re: What is Parameter filter_type for SOAP Req?

Posted: 20 Oct 2017, 18:51
by atrol
Found this in source

Code: Select all

 * @param string  $p_filter_type The name of the filter to apply
 *                               "assigned" - target user specified - issues assigned to target user that are not resolved.
 *                               "assigned" - target user 0 - unassigned issues that are not resolved.
 *                               "reported" - target user specified - issues reported by user.
 *                               "reported" - target user 0 - will throw.
 *                               "monitored" - target user specified - issues monitored by user.
 *                               "monitored" - target user 0 - issues not monitored.