Search found 66 matches

by rombert
30 May 2018, 20:59
Forum: Mylyn Connector
Topic: Version 3.12.0 release?
Replies: 5
Views: 23235

Re: Version 3.12.0 release?

Sorry for the ... um ... large delay. I've released 3.12.0, see https://mantisbt.org/forums/viewtopic.php?f=14&t=25625
by rombert
30 May 2018, 20:59
Forum: Mylyn Connector
Topic: Version 3.12.0 released
Replies: 0
Views: 15674

Version 3.12.0 released

A minor update has been uploaded at http://mylyn-mantis.sourceforge.net/eclipse/update/.
  • 22482: Task key no longer shown for Mylyn 3.21 or newer ( rombert )
  • 23029: Synchronization failed due to NPE at MantisConverter.java:73 ( rombert )
by rombert
19 Feb 2018, 13:43
Forum: General Discussion
Topic: How to use (config) Soap API
Replies: 1
Views: 3227

Re: How to use (config) Soap API

You are supposed to pass a username and password to other functions, please check the WSDL file for details on the format.
by rombert
12 Jan 2018, 10:28
Forum: General Discussion
Topic: SOAP API access deny even using administrator account
Replies: 3
Views: 3949

Re: SOAP API access deny even using administrator account

Great to hear that, thanks for confirming!
by rombert
19 Dec 2017, 09:13
Forum: General Discussion
Topic: SOAP API access deny even using administrator account
Replies: 3
Views: 3949

Re: SOAP API access deny even using administrator account

You should be able to do everything using an admin user. Can you double-check the XML sent by your python client and see that the correct username and password are sent?
by rombert
27 Nov 2017, 10:13
Forum: Mylyn Connector
Topic: Where is ticket number in Mylyn Task editor ?
Replies: 4
Views: 22187

Re: Where is ticket number in Mylyn Task editor ?

The fix is applied, but I did not manage to create a new release.

http://www.mantisbt.org/bugs/view.php?id=22482
by rombert
04 Nov 2017, 20:23
Forum: Help
Topic: Can't login to Mantis using WSDL
Replies: 3
Views: 4051

Re: Can't login to Mantis using WSDL

We're going to need more details. How exactly are you trying to log in?
by rombert
04 Nov 2017, 20:19
Forum: Customizations
Topic: API connection to Unity Game Engine
Replies: 6
Views: 10221

Re: API connection to Unity Game Engine

There are two points here: - making SOAP calls from your program - actually using the SOAP API methods For the first one I can't help you except for Java, where I know of for instance of https://github.com/Mylyn-Mantis/mylyn-mantis/blob/master/com.itsolut.mantis.core/src/com/itsolut/mantis/core/soap...
by rombert
04 Nov 2017, 20:14
Forum: Help
Topic: Customer Management
Replies: 3
Views: 3979

Re: Customer Management

If you do manage to make it work, patches are welcome.
by rombert
16 Oct 2017, 18:30
Forum: Help
Topic: due_date is omitted when adding issue via SOAP
Replies: 3
Views: 3498

Re: due_date is omitted when adding issue via SOAP

It's strange that it's missing in the request. If you look at the WSDL - https://www.mantisbt.org/bugs/api/soap/ ... 0x2e735380 - the field is there.
by rombert
05 Oct 2017, 12:47
Forum: Mylyn Connector
Topic: Plugins need to Updagrade
Replies: 1
Views: 17385

Re: Plugins need to Updagrade

Wrong forum :-) This one is for the Eclipse plugin.
by rombert
13 Sep 2017, 15:24
Forum: General Discussion
Topic: install mantis with tomcat 8
Replies: 2
Views: 4069

Re: install mantis with tomcat 8

Running with Quercus under Java is not a supported configuration, so as you see it fails.

Please review the links mentioned by Atrol and pick a platform from those.
by rombert
13 Sep 2017, 15:12
Forum: Mylyn Connector
Topic: impossible to load task in eclipse editor
Replies: 2
Views: 21993

Re: impossible to load task in eclipse editor

Glad to hear you sorted it out. I think this is basically fixed with http://www.mantisbt.org/bugs/view.php?id=23029 ( not yet released ).
by rombert
26 Jul 2017, 13:56
Forum: Help
Topic: BigInteger problem with SOAP API
Replies: 1
Views: 2969

Re: BigInteger problem with SOAP API

That is a bit strange. I'm running the Mylyn-Mantis connector for Eclipse with Java 8 and I see no such issues.

https://github.com/Mylyn-Mantis/mylyn-mantis

Perhaps try a different version of axis?