How to get own information in 'Summary' field of mantis bugtracker

delphi package - automated exception handling
Post Reply
peperi
Posts: 2
Joined: Sat Feb 04, 2023 2:43 pm

How to get own information in 'Summary' field of mantis bugtracker

Post by peperi »

Hi!

I am trying to send minor information messages to my Mantis bugtracking system. I am using AutoSendBugReport() to do this, for example:

madExcept.AutoSendBugReport( 'Disk space getting low', Screenshot(true));

The point is, yes it will send to Mantis, but is it possible to set the Summary ( see attachment ) with my messages, in this case 'Disk space getting low'? Now it creates a Mantis item, and I have to open each item and next I have to open 'bugreport.txt'. So I have to click a lot. It would be nice to see my custom warnings/errors in the Summary.

Thanks in advance!
Emile
Attachments
Mantis.jpg
Mantis.jpg (187.41 KiB) Viewed 3762 times
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: How to get own information in 'Summary' field of mantis bugtracker

Post by madshi »

I've moved your topic to the madExcept forum. It doesn't really belong into the madRemote forum.

About your question: You can modify the "summary" by editing the "send - bug tracker title" string on this madExcept settings page:

http://help.madshi.net/madExceptSettings10.htm
peperi
Posts: 2
Joined: Sat Feb 04, 2023 2:43 pm

Re: How to get own information in 'Summary' field of mantis bugtracker

Post by peperi »

Thanks for your quick reply! It works ;-)
Post Reply