Help for filtering two different tracker's fields with PLUGIN LIST
I want to convert the following trackerfilter coding to plugin list coding ...
Copy to clipboard
{trackerfilter trackerId="1" fields="157:2" filterfield="169" exactvalue="field(143,user,2)"}
Basically, to filter and list all the users that their value on tracker field 169 matches with the current user's value on tracker 143 ...
(documentation here https://doc.tiki.org/PluginTrackerList#How_to_filter_a_tracker_function_of_a_field_in_a_user_tracker.)
Can someone provide the syntax for it please ?