Search found 1 match

by sketa
11 Jun 2014, 14:44
Forum: Help
Topic: SOAP API - mc_issue_add - doesn't like reporter id
Replies: 2
Views: 9489

SOAP API - mc_issue_add - doesn't like reporter id

I am using the mc_issue_add api to add new issues to mantis. The thing is that I am storing the reporter's id in the $uid variable. When I use the code below, it returns an error. If I remove the 'reporter'=>array('id'=>$uid), line, it works just fine. Any suggestions would be appreciated.

Code ...