Search found 1586 matches

by cas
05 Mar 2024, 15:02
Forum: General Plugin Discussion
Topic: MantisKanban plugin not working
Replies: 4
Views: 3372

Re: MantisKanban plugin not working

This is relative easy. That plugin will not run on Mantis 2.x. Having looked @ the code, it seems pretty easy to make it work on later versions of Mantis.
by cas
05 Mar 2024, 14:56
Forum: General Plugin Discussion
Topic: KPI plugin released
Replies: 2
Views: 2736

Re: KPI plugin released

The wrong spelling has been adjusted in the latest release.
On tiome means that the period between reaching the statusses defined is lower or equal than the the set threshold.
by cas
05 Mar 2024, 14:52
Forum: Help
Topic: SMS notifications
Replies: 1
Views: 2103

Re: SMS notifications

you should write a plugin for that or upgrade this one:
https://www.mantisbt.org/forums/viewtopic.php?p=65944
by cas
05 Mar 2024, 14:46
Forum: Customizations
Topic: I need a filter where i can bring the bugs from a specific project and a specific user
Replies: 8
Views: 2469

Re: I need a filter where i can bring the bugs from a specific project and a specific user

did you check the advanced filter options? Click in the top right corner (of the view all bugs age) next to the chevron...
by cas
05 Mar 2024, 14:43
Forum: Customizations
Topic: How to add custom group actions?
Replies: 1
Views: 2101

Re: How to add custom group actions?

How does the code look that you were planning to implement?
by cas
05 Mar 2024, 14:38
Forum: General Discussion
Topic: Using MantisBT for physical products / electronics ?
Replies: 2
Views: 2578

Re: Using MantisBT for physical products / electronics ?

Mantis can be used in a lot of scenarios. What exactly are the requirements?
by cas
05 Mar 2024, 14:37
Forum: General Discussion
Topic: Move database location
Replies: 1
Views: 2582

Re: Move database location

That is a MySql/MariaDB issue, check on their forums.
by cas
12 Feb 2024, 09:03
Forum: General Discussion
Topic: Retrieve data from Mantis
Replies: 1
Views: 1871

Re: Retrieve data from Mantis

Like I mentioned in the post you are referring to, there is the query plugin(version 2.12) which can run fully automatic to export data. The output can be stored on your network and another job could import this data into the other DB application. I have done something similar where I scheduled the ...
by cas
09 Feb 2024, 13:35
Forum: Customizations
Topic: To fill a custom field with users from AD (Active Directory)
Replies: 2
Views: 3799

Re: To fill a custom field with users from AD (Active Directory)

What you should do, is update the value field in the database with the enumeration. So update field "possible_values" in the "mantis_custom_field_table" with results of your query out of AD. Just make sure that entries are separated by a "|". There is a little caveat he...
by cas
07 Feb 2024, 15:00
Forum: General Plugin Discussion
Topic: KPI plugin released
Replies: 2
Views: 2736

KPI plugin released

See heer: https://github.com/mantisbt-plugins/KPI How does it work? This plugin calculates the number of days between 2 statusses en evaluates that against a set number of days. Default it will calculate between Confirm date and Resolved date. Only issues with a date on Resolving are selected. Next ...
by cas
07 Feb 2024, 07:43
Forum: General Discussion
Topic: Response & Resolution time metrics
Replies: 3
Views: 4737

Re: Response & Resolution time metrics

I still have a plugin lying around which does something like requested. This plugin calculates the number of days between 2 statusses and evaluates that against a set number of days. Default it will calculate between Confirm date and Resolved date. Only issues with a date on Resolving are selected. ...
by cas
05 Feb 2024, 15:52
Forum: Help
Topic: csv-import questions
Replies: 2
Views: 2130

Re: csv-import questions

In principle not but to be sure, try it out in a test environment.
by cas
03 Feb 2024, 08:26
Forum: General Discussion
Topic: To automatically clone issues
Replies: 1
Views: 1987

Re: To automatically clone issues

Not out of the box, you would need to create a plugin based upon a trigger in during creation of a bug.
by cas
02 Feb 2024, 14:28
Forum: General Plugin Discussion
Topic: Creating Documentation on Existing Plugins - XMLImport - csv-import
Replies: 1
Views: 2358

Re: Creating Documentation on Existing Plugins - XMLImport - csv-import

I have not found complete documentation on the XMLImportExport plugin. So additions seem welcome to me.
by cas
29 Jan 2024, 20:37
Forum: Help
Topic: Importing attachments
Replies: 15
Views: 5629

Re: Importing attachments

I also requested a link to the docs to see how attachments can be handled. let's wait for that.