Search found 66 matches

by rombert
21 Mar 2015, 21:47
Forum: General Discussion
Topic: mantis integration with maven
Replies: 4
Views: 6356

Re: mantis integration with maven

The right place to ask/contribute is http://jira.codehaus.org/browse/MCHANGES-84 .
by rombert
17 Dec 2014, 11:58
Forum: Mylyn Connector
Topic: Problem with upsdatesite for Mylyn Mantis Connector 3.11.0
Replies: 1
Views: 20738

Re: Problem with upsdatesite for Mylyn Mantis Connector 3.11

Hi, Unfortunately sourceforge disabled my web space and offered no reason and did not reply to my tickets ( https://sourceforge.net/p/forge/site-support/8898/ ). Please use the zipped update site in the meantime - 3.10.1 is the current version, 3.11.0 was not released. I am looking into provisioning...
by rombert
12 Jul 2014, 21:35
Forum: Mylyn Connector
Topic: Mantis Connector and Mylyn
Replies: 6
Views: 32456

Re: Mantis Connector and Mylyn

I've released this fix into 3.10.1 just now ( see viewtopic.php?f=14&t=22429 ). You should be able to update from within Eclipse and the error will go away.
by rombert
12 Jul 2014, 21:31
Forum: Mylyn Connector
Topic: Myyln-Mantis connector 3.10.1 released
Replies: 0
Views: 25729

Myyln-Mantis connector 3.10.1 released

A minor update has been uploaded at http://mylyn-mantis.sourceforge.net/eclipse/update/.
  • 17116: Adjust to SOAP transport removal from Mylyn 3.11 ( rombert )
  • 17167: Task editor does not work (with WikiText 2.0?) ( rombert )
by rombert
12 Jul 2014, 08:46
Forum: Mylyn Connector
Topic: Mantis Connector and Mylyn
Replies: 6
Views: 32456

Re: Mantis Connector and Mylyn

Looks like http://mantisbt.mobi/issue_page.php?id=17167. A workaround is posted there
by rombert
06 Jul 2014, 10:48
Forum: Mylyn Connector
Topic: Mantis Connector and Mylyn
Replies: 6
Views: 32456

Re: Mantis Connector and Mylyn

Hi Steve, I'm having a problem with the Mylyn Mantis connector (It's a plugin for Eclipse that allows me to integrate with Mantis in Eclipse) , it has stopped providing me with description and other fields, so I cannot submit or edit tasks Do you have anything in your Eclipse error log or in the Man...
by rombert
20 Jan 2014, 11:37
Forum: Help
Topic: mc_project_get_issues does not get "Closed" status issues in
Replies: 13
Views: 13320

Re: mc_project_get_issues does not get "Closed" status issue

Looking at the SOAP call implementation I can see that it directly delegates to filter_get_bug_rows, so there's no filtering involved from the SOAP API. It would be interesting to see:
  • The exact SOAP calls you make
  • What is logged when you enable logging for LOG_FILTERING.
Robert
by rombert
10 Nov 2013, 09:22
Forum: Mylyn Connector
Topic: Myyln-Mantis connector 3.10.0 released
Replies: 0
Views: 35606

Myyln-Mantis connector 3.10.0 released

A minor update has been uploaded at http://mylyn-mantis.sourceforge.net/eclipse/update/. 15726: Synchronizing Issues fails on missing severity ID ( rombert ) 15864: Synchronization fails if no issue with ID 1 exists (No reproducibility with id 1) ( rombert ) 11527: Mylyn 3.9 - NullPointerException w...
by rombert
21 Oct 2013, 10:36
Forum: Help
Topic: SOAP API/Mantisconnect: Get "active"-flag of user?
Replies: 1
Views: 2199

Re: SOAP API/Mantisconnect: Get "active"-flag of user?

For now this isn't possible, so feel free to raise an enhancement request/provide a patch.
by rombert
15 Oct 2013, 11:53
Forum: Help
Topic: SOAP API/Mantisconnect: Get list of issues ba reporter?
Replies: 4
Views: 5580

Re: SOAP API/Mantisconnect: Get list of issues ba reporter?

Well, if you're inclined to writing PHP code and have the desire and time to contribute, I am always happy to help you in contributing the changes.

I've started working on this a long time ago, but never got around to finishing it.
by rombert
15 Oct 2013, 06:44
Forum: Help
Topic: SOAP API/Mantisconnect: Get list of issues ba reporter?
Replies: 4
Views: 5580

Re: SOAP API/Mantisconnect: Get list of issues ba reporter?

Hi Danyel,

Yes, for now you need to use an existing filter. I can point you to some code examples, but I don't know which programming language you use.

Robert
by rombert
19 Sep 2013, 14:25
Forum: Help
Topic: programically create ticket
Replies: 4
Views: 10619

Re: programically create ticket

There is a SOAP API you can use. Please see the SOAP section in the MantisBT manual for details.
by rombert
19 Sep 2013, 14:07
Forum: Help
Topic: Export a MantisBT users into my OpenLDAP server
Replies: 6
Views: 6530

Re: Export a MantisBT users into my OpenLDAP server

The functionality isn't there. You need to make code changes to MantisBT for that.

But I suggest you revise your workflow and make the LDAP server the single point of managing users.
by rombert
19 Sep 2013, 11:50
Forum: Help
Topic: Export a MantisBT users into my OpenLDAP server
Replies: 6
Views: 6530

Re: Export a MantisBT users into my OpenLDAP server

You won't find the user created in MantisBT in OpenLDAP.
by rombert
19 Sep 2013, 08:39
Forum: Help
Topic: Export a MantisBT users into my OpenLDAP server
Replies: 6
Views: 6530

Re: Export a MantisBT users into my OpenLDAP server

I suggest you manage your users in OpenLDAP - that's what it is good for...