Search found 85 matches

by rondezo
25 Mar 2024, 10:00
Forum: Customizations
Topic: Mantis and Google Authenticator 2FA
Replies: 13
Views: 16006

Re: Mantis and Google Authenticator 2FA

sintaq wrote: 27 Feb 2024, 02:56 Hi @fbird @bakta
I can share you the modified codes that I have.
pls, me too!
by rondezo
21 Sep 2023, 05:16
Forum: Help
Topic: plugins csv-import displays error and does not send mail
Replies: 1
Views: 4939

Re: plugins csv-import displays error and does not send mail

Hello, I used this csv import plugin https://github.com/mantisbt-plugins/csv-import But I encountered two problems 1. Error displayed after uploading But it jumped to the bug list in a few seconds. In fact, the upload was successful. Does this error mean what "string" I should set? error....
by rondezo
20 Sep 2023, 10:50
Forum: Customizations
Topic: delete its text name in the status
Replies: 4
Views: 37844

RESOLVED delete its text name in the status

This is handled within core/columns_api.php. Check out the function function print_column_status. Here you can suppress printing of the text (and/or the user in charge). This would require to make this change every time after updating Mantis. It also expects everybody to exactly know what each colo...
by rondezo
20 Sep 2023, 10:00
Forum: Help
Topic: automatic priority increase for over due date issue
Replies: 14
Views: 15675

RESOLVED automatic priority increase for over due date issue

cas wrote: 20 Sep 2023, 08:42 That is added in attached version for you. Now yoy can learn to build your own plugins :mrgreen:
:!: That's great! It remains only to learn :-) Thank you so much :!:
by rondezo
20 Sep 2023, 06:59
Forum: Customizations
Topic: delete its text name in the status
Replies: 4
Views: 37844

Re: delete its text name in the status

cas wrote: 19 Sep 2023, 13:42 You would need to adjust the code, not advised. What is wrong with the text? If you want, you can change it. Check out the documentation.
there are no problems with the text, but the text greatly increases the column width, which is inconvenient when viewing the table if there are many columns.
by rondezo
20 Sep 2023, 06:52
Forum: Help
Topic: automatic priority increase for over due date issue
Replies: 14
Views: 15675

Re: automatic priority increase for over due date issue

install attached, basic, plugin and you will find an option called "Review priorities" within the management menu :mrgreen: COOL! :idea: but the script also changes the priority of those tasks that do not have DueDate (empty) :-(You can fix it so that the priority changes only for those t...
by rondezo
19 Sep 2023, 11:47
Forum: Customizations
Topic: delete its text name in the status
Replies: 4
Views: 37844

delete its text name in the status

how to delete its text name in the status and leave only the colored status icon on the task list view page
THS!
by rondezo
19 Sep 2023, 08:06
Forum: Help
Topic: delete all notes of one user in all tasks
Replies: 1
Views: 8132

delete all notes of one user in all tasks

how delete all notes of one user in all tasks in a particular project? Thanks for the help
by rondezo
18 Sep 2023, 08:38
Forum: Help
Topic: automatic priority increase for over due date issue
Replies: 14
Views: 15675

Re: automatic priority increase for over due date issue

For me there are 2 options, either you schedule a job or you make it a manual activity ( 1 action for all tickets). You indicated that a cron job would be problematic (which it is not) so automatic is not an option. Plugins require a trigger which is based on execution of the software not by schedu...
by rondezo
18 Sep 2023, 05:41
Forum: Help
Topic: automatic priority increase for over due date issue
Replies: 14
Views: 15675

Re: automatic priority increase for over due date issue

What the plugin could offer at best is an additional option in the admin section to run the script, would that fit better? So then the following questions need to be answered: - Run it for all projects or only for current active project? - For issues with which status? it is better if the plugin wo...
by rondezo
15 Sep 2023, 05:35
Forum: Help
Topic: automatic priority increase for over due date issue
Replies: 14
Views: 15675

Re: automatic priority increase for over due date issue

In your case it might be better to set up an automatic job (Cron under Linux, Task under Windows) which runs once a month which takes care of you manual monthly action. This would be a small script which increases priority if the Duedate is before current date for thickets with a specific status (l...
by rondezo
13 Sep 2023, 13:05
Forum: Help
Topic: automatic priority increase for over due date issue
Replies: 14
Views: 15675

Re: automatic priority increase for over due date issue

I can help with that but wonder if you cannot use something else better. Priorities are limited and every day that will be increased if nothing happens. Why not use the Reminder plugin to send an email to the person who needs to take action? I have set up filters for preparing reports to the manage...
by rondezo
11 Sep 2023, 09:48
Forum: Help
Topic: automatic priority increase for over due date issue
Replies: 14
Views: 15675

Re: automatic priority increase for over due date issue

Yes you can using a plugin that takes care of this required behaviour unfortunately, I haven't been able to figure out how to write a plugin yet, could you help with writing it? a concrete example of the implementation of such a task would speed up my learning in writing plugins. Thanks for the help
by rondezo
11 Sep 2023, 09:17
Forum: Help
Topic: automatic priority increase for over due date issue
Replies: 14
Views: 15675

automatic priority increase for over due date issue

Hello everyone, is it possible to make an automatic priority increase if the current date is older than the due date?
2.25.7
Scheme version 211
PHP version 7.4.33
mysqli Database Driver
Database version, description 10.10.2, 10.10.2-MariaDB
by rondezo
23 Aug 2023, 05:26
Forum: Help
Topic: group change of the reporter_ID in issue
Replies: 3
Views: 10031

Re: group change of the reporter_ID in issue

What do you call a "groupe change" ? Also please translate latest part, it's an english forum :) Jules I need change a reporter_ID in multiple tasks at the same time. Now I can only do this in the task editing mode, which takes a lot of time. This feature is implemented for handler_ID onl...