Search found 66 matches

by rombert
18 Jun 2017, 15:01
Forum: Help
Topic: Mantisconnect Issue
Replies: 1
Views: 2653

Re: Mantisconnect Issue

Do you have anything related listed in the web server ( Apache/Nginx/ISS ) error log?
by rombert
09 Apr 2017, 20:22
Forum: Help
Topic: SOAP API to create a private issue
Replies: 3
Views: 6218

Re: SOAP API to create a private issue

That's strange. What version of MantisBT are you running? Does the view_state field have the '50' value in the database? For the record, this is what works for me - just tried with the latest MantisBT code from git <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml...
by rombert
25 Feb 2017, 22:17
Forum: Help
Topic: SOAP API to create a private issue
Replies: 3
Views: 6218

Re: SOAP API to create a private issue

Can you post the actual request that is sent to MantisBT?
by rombert
25 Feb 2017, 21:30
Forum: Mylyn Connector
Topic: Mylyn-Mantis Connector 3.11.0 released
Replies: 2
Views: 31414

Re: Mylyn-Mantis Connector 3.11.0 released

It should be visible ... can you file a bug at http://mantisbt.org/bugs/bug_report_page.php for the Mylyn Connector project?
by rombert
22 Feb 2017, 10:01
Forum: General Discussion
Topic: mc_issue_note_add
Replies: 1
Views: 2802

Re: mc_issue_note_add

Hi,

My C# knowledge is rather rusty, but this looks like a compiler error. The mc_issue_note_add expects a IssueNoteData object, but you're passing in an Object array.
by rombert
14 Feb 2017, 20:52
Forum: Mylyn Connector
Topic: Mylyn-Mantis Connector 3.11.0 released
Replies: 2
Views: 31414

Mylyn-Mantis Connector 3.11.0 released

Version 3.11.0 released A minor update has been uploaded at http://mylyn-mantis.sourceforge.net/eclipse/update/. 22375: Consider all versions older than 2.0 as valid ( rombert ) 22159: Add support for MantisBT 2.0 ( rombert ) 21211: Add support for MantisBT version 2.0 ( rombert ) 19947: Current ver...
by rombert
01 Aug 2016, 09:43
Forum: Customizations
Topic: Error while using Java Client ( SAXException )
Replies: 2
Views: 9877

Re: Error while using Java Client ( SAXException )

We've discussed this on the SOAP API mailing list, and the root cause was using an outdated JAR. Our recommendation is to always use the latest jar available from http://search.maven.org/#search|gav|1|g%3A%22biz.futureware.mantis%22%20AND%20a%3A%22mantis-axis-soap-client%22 . See also https://source...
by rombert
06 Jun 2016, 12:30
Forum: Help
Topic: How to send data to mc_issue_add from vb.net
Replies: 2
Views: 3452

Re: How to send data to mc_issue_add from vb.net

What is the exact error that you get?
by rombert
15 May 2016, 20:11
Forum: General Discussion
Topic: SOAP API time tracking update?
Replies: 7
Views: 8533

Re: SOAP API time tracking update?

Glad to hear that you found a solution that works for you. Please keep in mind that accessing the DB directly has some inconveniences: You will need to adapt to schema changes No fine-grained access control No history tracking, email notifications, etc for changes As for posting your updates, that w...
by rombert
06 May 2016, 15:18
Forum: General Discussion
Topic: SOAP API time tracking update?
Replies: 7
Views: 8533

Re: SOAP API time tracking update?

1. Time tracking is possible by adding issue comments with mc_issue_note_add. The IssueNoteData object has a time_tracking field which contains the actual time tracking value. Also note_type needs to be set to 2 ( TIME_TRACKING ). 2. Reading a single not is not possible at the moment. Feel free to r...
by rombert
28 Apr 2016, 09:26
Forum: General Discussion
Topic: SOAP API time tracking update?
Replies: 7
Views: 8533

Re: SOAP API time tracking update?

What are you missing from the current API?
by rombert
23 Mar 2016, 20:49
Forum: General Discussion
Topic: SOAP API : missing procedure
Replies: 3
Views: 5328

Re: SOAP API : missing procedure

Hi,

I am not sure what is going on with your modification, but I can offer an example of how a function was added to the SOAP API

https://github.com/mantisbt/mantisbt/co ... ad09a4f477

Hope this helps,

Robert
by rombert
25 Feb 2016, 11:35
Forum: General Discussion
Topic: SOAP API, Access denied
Replies: 1
Views: 4364

Re: SOAP API, Access denied

If the first call there's no reason for the second call not to work. The SOAP API does not use backend sessions, it reauthenticates the user each time. Also, I'm not sure what you mean by when I log in to the web service with the browser, I only can do one call and the session will expire in the int...
by rombert
08 Jan 2016, 16:17
Forum: General Discussion
Topic: SAP support
Replies: 1
Views: 4421

Re: SAP support

Hi Shankar,

What kind of integration did you have in mind? It's a known issue that integration via SOAP does not work : 16181: Setting up a connection between SAP R3 and Mantis with SOAP doesn't work.

Robert
by rombert
13 Nov 2015, 00:49
Forum: Help
Topic: Delete issue via Database with all dependencies
Replies: 7
Views: 7438

Re: Delete issue via Database with all dependencies

You can also use the SOAP API to bulk delete issues, see

https://www.mantisbt.org/manual/admin.config.soap.html