Search found 6 matches

by gthomas
04 Sep 2011, 13:33
Forum: Help
Topic: Filter for last change?
Replies: 1
Views: 3552

Filter for last change?

Hi boys & girls,

is there ANY way to filter MantisBT-Data concerning the date and time of last modification?
Something like
"give me all bugs where modification-date >= 24.12.2011, 10.05pm"?

Otherwise:
Is there any way to modify filter via SOAP?
by gthomas
07 Aug 2011, 20:27
Forum: Deutsch
Topic: MantisConnect .NET - Bugs updaten?
Replies: 3
Views: 4775

Re: MantisConnect .NET - Bugs updaten?

Hallo,

ich habe mir die SOAP-API schon in mein Programm eingebunden - aber auf Grund eines Bugs bekomme ich eine Fehlermeldung, die ich nicht entziffern kann (der Fehler ist im Bugtracker bekannt).

Gibt es Pflichtfelder, die beim Update unbedingt im IssueData-Objekt gesetzt sein müssen?
by gthomas
05 Aug 2011, 11:19
Forum: Help
Topic: Update Issue via SOAP?
Replies: 1
Views: 1919

Update Issue via SOAP?

Hi folks,

is there any way to update an issue via SOAP-Interface or via .NET?
I tried deleting the issue and add a new one - but wont work, because the id of the bug changes.
bugobject.id = number wouldn't work.

How do I update an existing bug via SOAP?
by gthomas
04 Aug 2011, 14:55
Forum: General Discussion
Topic: New to the forum
Replies: 32
Views: 18676

Re: New to the forum

Also some big "hellas" from good (c)old Germany :)
by gthomas
04 Aug 2011, 13:16
Forum: Deutsch
Topic: MantisConnect .NET - Bugs updaten?
Replies: 3
Views: 4775

MantisConnect .NET - Bugs updaten?

Hallo Leute,

ich habe eine Frage: mein Ziel ist es, über MantisConnect für C#/.NET einen Bug zu verändern. Gibt es da irgendeine Möglichkeit, so einen Bug zu modifizieren? Bis jetzt hab ich irgendwie keine Möglichkeit dazu gefunden.

VG
by gthomas
04 Aug 2011, 12:51
Forum: Help
Topic: Filter Bugs by last Modification?
Replies: 0
Views: 2054

Filter Bugs by last Modification?

Hello Gods of Mantis,

I've got a little problem: I need to select/filter all bugs of my database concerning their last modification date.
I need something like that:
SELECT bugs WHERE mod_date > TIMESTAMP;
Problem is: Iam using MantisConnect.

Can anyone help me filtering my bugs?

Greetings!