Search found 14 matches

by Terko
17 Feb 2010, 15:40
Forum: Help
Topic: Futureware.MantisConnect.Attachment C#
Replies: 3
Views: 5616

Re: Futureware.MantisConnect.Attachment C#

hmm
nobody knows? dunno how to handle this problem.
by Terko
09 Feb 2010, 13:31
Forum: Deutsch
Topic: Problem beim verwenden der SOAP API mit C#
Replies: 8
Views: 17104

Re: Problem beim verwenden der SOAP API mit C#

Hallo,

So ich hab nun mein Program soweit das es Mails, je nach syntax direkt automatisch ins Mantis einträgt

Allerdings steh ich nun vor 2 weiteren kleinen Problemen.

Zum einen hab ich absolut keinen Schimmer wie die Futureware.Mantisconnect.Attachment Klasse zu handhaben ist
siehe auch im engl ...
by Terko
09 Feb 2010, 09:35
Forum: Help
Topic: Futureware.MantisConnect.Attachment C#
Replies: 3
Views: 5616

Futureware.MantisConnect.Attachment C#

Can any1 explain me in a short example how this class works?
or add into my code what i have to modify

using Futureware.MantisConnect;
static void Main(string[] args)
{
Session Mantis = new Session(path, user, pass, networkcred);
Issue MantisIssue = new Issue();
Attachment MantisAtt ...
by Terko
20 Jan 2010, 08:44
Forum: Help
Topic: Get and Write in MantisBT Custom Fields via MantisConnect
Replies: 0
Views: 1967

Get and Write in MantisBT Custom Fields via MantisConnect

Futeware.Mantisconnect.dll assembly currently supports only writing through the standart mantisBT entry fields.

I need a way to read and/or write any custom fields from mantis bt in C#.

Any Idea ?
by Terko
19 Jan 2010, 14:26
Forum: Deutsch
Topic: Problem beim verwenden der SOAP API mit C#
Replies: 8
Views: 17104

Re: Problem beim verwenden der SOAP API mit C#

ah perfekt, genau das braucht ich ;)

Hab nun noch ein weiteres kleines Problem.
Das Issue object des Futureware.Mantisconnect.dll assemlbys hat anscheinend noch keine Klasse für selbsterstellte Eintragsfelder.

Gibts da irgendwas anderes um diese anzusteuern oder müsst ich das selber schreiben?
by Terko
19 Jan 2010, 14:02
Forum: Help
Topic: Can't install EmailReporting
Replies: 7
Views: 5327

Re: Can't install EmailReporting

no , thats what i tried to say in my 1st post

u dont need this manager, it doesnt support the email reporting plugin
just the developer version mantisbt 1.2.0a2 manager

but i dunno if it works with php 5.2, maybe u have to install 5.3
by Terko
19 Jan 2010, 11:47
Forum: Help
Topic: Can't install EmailReporting
Replies: 7
Views: 5327

Re: Can't install EmailReporting

i just installed mantisbt 1.2.0a2 and copied MantisBT-1.2.0rc2_plugin_EmailReporting-0.7.3.rar into the plugin folder,

moved to the plugin manager and installed email reporting.
Guess if it doesnt work, its some version conflict anywhere.

which php version you use? i tried with 5.3
by Terko
19 Jan 2010, 11:41
Forum: Deutsch
Topic: Problem beim verwenden der SOAP API mit C#
Replies: 8
Views: 17104

Re: Problem beim verwenden der SOAP API mit C#

Gibt es irgendwo eine Auflistung welche ID zu welchem Status gehört ?

Status.id 10 steht ja zb für "Neu".
by Terko
19 Jan 2010, 08:41
Forum: Deutsch
Topic: Problem beim verwenden der SOAP API mit C#
Replies: 8
Views: 17104

Re: Problem beim verwenden der SOAP API mit C#

Oki danke für den Tip, werde es heute mal mit einer anderen Version probieren.

Ich brauche bis Ende Januar eine automatisierte Mail verarbeitung um direkte Einträge ins Mantis zu tätigen, ähnlich wie beim EMail reporting plugin.
Allerdings benötige ich das die Einträge für Kategorie, Zugewiesen an ...
by Terko
19 Jan 2010, 08:14
Forum: Help
Topic: Can't install EmailReporting
Replies: 7
Views: 5327

Re: Can't install EmailReporting

U dont have to install an extern plugin manager,
if u have the right mantis version 1.2.0a2 or 3 it will have a built in plugin manager.
by Terko
18 Jan 2010, 16:06
Forum: Deutsch
Topic: Problem beim verwenden der SOAP API mit C#
Replies: 8
Views: 17104

Problem beim verwenden der SOAP API mit C#

Hey

Ich würd gern Mantis über die SOAP api verwenden und hab mir dafür in c# ein kleines Programm geschrieben

NetworkCredential www = new NetworkCredential();
Session Mantis = new Session("http://192.168.50.69/mantis/api/soap/mantisconnect.php","administrator","root",www);
Mantis.Connect ...
by Terko
14 Jan 2010, 12:59
Forum: Help
Topic: Automatic Bugtracker report by incoming Emails
Replies: 2
Views: 3538

Re: Automatic Bugtracker report by incoming Emails

Allright, im getting closer again ;)

but still not final
(Futeware.MantisConnect.dll was missing in the nant/bin folder)

NAnt 0.85 (Build 0.85.2478.0; release; 14.10.2006)
Copyright (C) 2001-2006 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/Dokumente und Einstellungen/Admin ...
by Terko
14 Jan 2010, 10:42
Forum: Help
Topic: Automatic Bugtracker report by incoming Emails
Replies: 2
Views: 3538

Re: Automatic Bugtracker report by incoming Emails

I've a edit the class soap_client extends nusoap_base line in the nusoap.php since i got always error message about line 6500

now when im running the nant.exe with the script postet above i get following exception

NAnt 0.85 (Build 0.85.2478.0; release; 14.10.2006)
Copyright (C) 2001-2006 Gerry ...
by Terko
13 Jan 2010, 15:10
Forum: Help
Topic: Automatic Bugtracker report by incoming Emails
Replies: 2
Views: 3538

Automatic Bugtracker report by incoming Emails

Hi there,


this is first time im working with mantis and its components.
i'm looking for a solution to report incoming emails automatic into mantisBT.
There for , i built a little program which simple logs into Mantis per HTTP POST commands and report any bug like this.


POST /workflow/bug ...