TKNIVAL

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
raidend
Posts: 1
Joined: 11 Mar 2026, 08:43

TKNIVAL

Post by raidend »

Hi all Mantis user.

I use Mantis everyday but it lacks of a Clients Database to automatic fullfill the tickets and gain productivity. I decide to code with Perl Tk and with help of Claude a little software to Interact with Mantis.

Perl + Tk + SQLITE database a very simple and efficient program with all settings in config files. Feel free to test it, it's GPLV2.
https://codeberg.org/raiden/TKNIVAL

In codeberg you can find all the code and an example of a SQLITE Database.
1- Check the projet1.json to put your Mantis URL and your API KEY.
2- Use the Test API Mantis tool to check the ID of your project and the different categories.
3- Analyze your Database to retrieve the right fields to put on your project configuration.

I think i'm going to improve it with a lot of good features in the future but i need some times to do it.
raidend
Posts: 1
Joined: 11 Mar 2026, 08:43

Re: TKNIVAL

Post by raidend »

Here a screenshot of the program.
tknival_screen.png
tknival_screen.png (228.68 KiB) Viewed 19 times
If you want to use it you need to have Perl + TK and this libs:

Code: Select all

cpan install DBI DBD::SQLite JSON LWP::UserAgent HTTP::Request Tk Tk::BrowseEntry Tk::HList Tk::ItemStyle
I only use this program on GNU/Linux so if you encounter some bugs with Windows i wiil be glad to fix it.
Last edited by raidend on 13 Mar 2026, 09:50, edited 1 time in total.
Post Reply