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.
TKNIVAL
Moderators: Developer, Contributor
Re: TKNIVAL
Here a screenshot of the program.
If you want to use it you need to have Perl + TK and this libs:
I only use this program on GNU/Linux so if you encounter some bugs with Windows i wiil be glad to fix it.
Code: Select all
cpan install DBI DBD::SQLite JSON LWP::UserAgent HTTP::Request Tk Tk::BrowseEntry Tk::HList Tk::ItemStyle
Last edited by raidend on 13 Mar 2026, 09:50, edited 1 time in total.