Search found 8 matches

by Asura
24 Oct 2019, 14:10
Forum: General Discussion
Topic: Disconnect all users
Replies: 1
Views: 2829

Disconnect all users

Hi! Is there a way to disconnect users safely? as my mantis is used by tons of people, when i do upgrades or configuration changes i want the platform to be clean and have no session active except mine for tests i already have a maintenance page, used to replace login_page.php when such a case happe...
by Asura
14 Oct 2019, 14:21
Forum: General Discussion
Topic: Priority field behavior customization
Replies: 1
Views: 2324

Re: Priority field behavior customization

Nevermind, I just found a solution, had to add something like this : //Priority field behavior customization if ( $t_bug_data->severity == 50) { if ( $t_bug_data->reproducibility == 100 ) { $t_bug_data->priority = 10; } if ( $t_bug_data->reproducibility == 90 ) { $t_bug_data->priority = 10; } if ( $...
by Asura
03 Oct 2019, 13:32
Forum: General Discussion
Topic: Priority field behavior customization
Replies: 1
Views: 2324

Priority field behavior customization

Hi, I've noticed that Priority is sometimes updated automatically from the bug report depending on Severity & Reproductibility. I wanted to know if there is a way to modify that behavior to fit a custom algorithm ? I've searched a bit about that and found nothing about a such function in the cod...
by Asura
30 Sep 2019, 08:32
Forum: General Discussion
Topic: Multiple unassignment
Replies: 2
Views: 3671

Multiple unassignment

Hi, I have a problem, my need is to be able to unassign tickets by the multiple selection, i've seen it to be possible to reassign to no one for just one ticket a time with standard editing like this : https://i.imgur.com/Wc0medZ.png and i tried by modifiying "bug_actiongroup_page.php" and...
by Asura
20 Sep 2019, 14:34
Forum: General Discussion
Topic: How to customize Standard Field Visibility?
Replies: 2
Views: 2792

How to customize Standard Field Visibility?

Hi!

I'm currently working on a very deep customization of Mantis and now i'm stuck with one thing, a very dumb thing to be honest.
I have a field in bug report, a standard one (view_state), and i want it to be visible only by devs and above.
Any clue on how i can do that?

Thanks,

Asura.
by Asura
18 Sep 2019, 14:09
Forum: General Discussion
Topic: Information about integrating Kibana with Mantis
Replies: 1
Views: 2290

Information about integrating Kibana with Mantis

Hi, I just wanted to know if someone has ever done this type of integration and can explain me a bit about how to do such a thing. My need is to have an easy way to be able to generate dahsboards with informations from the Mantis database and i tought it would be cool to be able to index information...
by Asura
08 Jan 2019, 14:18
Forum: Help
Topic: Changes to reassign_on_feedback function
Replies: 1
Views: 1486

Changes to reassign_on_feedback function

Hi, Wanted to know, is there a way to change the "reassign_on_feedback" feature appearing in "bug_update.php" and "bugnote_add.php" in the way that if a reporter adds a note when the bug is on "Awaiting Customer" status the bug goes to "new" status b...