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 ...
Search found 8 matches
- 24 Oct 2019, 14:10
- Forum: General Discussion
- Topic: Disconnect all users
- Replies: 1
- Views: 3305
- 14 Oct 2019, 14:21
- Forum: General Discussion
- Topic: Priority field behavior customization
- Replies: 1
- Views: 2758
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 ...
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 ...
- 03 Oct 2019, 13:32
- Forum: General Discussion
- Topic: Priority field behavior customization
- Replies: 1
- Views: 2758
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 code ...
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 code ...
- 30 Sep 2019, 08:32
- Forum: General Discussion
- Topic: Multiple unassignment
- Replies: 2
- Views: 4254
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 ...
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 ...
- 24 Sep 2019, 16:39
- Forum: General Discussion
- Topic: How to customize Standard Field Visibility?
- Replies: 2
- Views: 3284
- 20 Sep 2019, 14:34
- Forum: General Discussion
- Topic: How to customize Standard Field Visibility?
- Replies: 2
- Views: 3284
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.
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.
- 18 Sep 2019, 14:09
- Forum: General Discussion
- Topic: Information about integrating Kibana with Mantis
- Replies: 1
- Views: 2878
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 ...
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 ...
- 08 Jan 2019, 14:18
- Forum: Help
- Topic: Changes to reassign_on_feedback function
- Replies: 1
- Views: 1772
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 but not only the reporter of the bug but also the ...
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 but not only the reporter of the bug but also the ...