Search found 20 matches
- Sep 05, 2019 6:15 am
- Forum: Customizations
- Topic: DATETIME custom Field type + Search on custom fields
- Replies: 24
- Views: 32417
Re: DATETIME custom Field type + Search on custom fields
I have this functionality almost to work under 2.22. Only when i submit a new ticket and i leave the hours en minutes field '0' (default) the custom_field is not saved at all in de DB. The custom_field is only saved in de DB when i change the field to another time without an '0'. Only then it is sav...
- Aug 20, 2019 6:53 am
- Forum: Customizations
- Topic: DATETIME custom Field type + Search on custom fields
- Replies: 24
- Views: 32417
Re: DATETIME custom Field type + Search on custom fields
Hi, I was wandering if anyone has an update for Mantis version 2.21.1. I have implemented the code above from Cecille and it seems to work except when entering '0' for hours and minutes. When entering a '0', the complete custom field won't be saved and becomes blank after submitting. Hopefully anyon...
- Aug 02, 2019 6:17 pm
- Forum: Customizations
- Topic: DATETIME custom Field type + Search on custom fields
- Replies: 24
- Views: 32417
Re: DATETIME custom Field type + Search on custom fields
Anyone got to work with 2.21 version?
I am still struggling.... help is really appreciated.
Thanks in advanced.
I am still struggling.... help is really appreciated.
Thanks in advanced.
- Jan 11, 2019 11:23 am
- Forum: General Discussion
- Topic: How to set email notification settings, only assignee
- Replies: 7
- Views: 2694
Re: How to set email notification settings, only assignee
Hi Atrol, Thanks for the feedback Atrol, but still struggling. It seems that your personal (account) settings overrides the general settings. So if option 'E-mail on Change of Handler' is un-checked in your personal settings, you won't receive any email when assignee has been changed. Even when the ...
- Oct 03, 2018 5:09 am
- Forum: Help
- Topic: date picker for custom date field
- Replies: 15
- Views: 16239
Re: date picker for custom date field
Seems not to work for version 2.16.
Any ideas?
thx
Any ideas?
thx
- Aug 22, 2018 8:16 am
- Forum: Customizations
- Topic: Adding an extra option for view_state
- Replies: 0
- Views: 636
Adding an extra option for view_state
Hi, Like to add a new selectable option for '&g_view_state_enum_string' on the bug_report_page. So besides; public and private a third option. for example only for MANAGERS. Therefore I need to add an extra CONSTANT. But it seems i can only find the constants for 'project_view_state_enum_string'. An...
- Aug 09, 2018 3:28 am
- Forum: General Discussion
- Topic: How to set email notification settings, only assignee
- Replies: 7
- Views: 2694
Re: How to set email notification settings, only assignee
Hi Atrol, Thanks for your feedback. I made indeed some minor and textual adjustments, but technically everything is still the same. I have set your settings like you mentioned. And set the account settings of the assignee person according attachment. Actions: Submitted an new ticket, not assigned to...
- Aug 06, 2018 2:46 pm
- Forum: General Discussion
- Topic: How to set email notification settings, only assignee
- Replies: 7
- Views: 2694
Re: How to set email notification settings, only assignee
Hi Atrol,
Hereby a screendump.
Thx, Marnix
Hereby a screendump.
Thx, Marnix
- Aug 06, 2018 6:28 am
- Forum: General Discussion
- Topic: How to set email notification settings, only assignee
- Replies: 7
- Views: 2694
How to set email notification settings, only assignee
I have tried several settings to adjust my email notification settings without any luck so far. So the question is... is it me? Goal; - Only managers do recieve an email when new tickets are submitted. - Only the person to whom a ticket is being assigned to will recieve an email, including if the as...
- Apr 04, 2018 3:06 pm
- Forum: Help
- Topic: Using configuration report
- Replies: 6
- Views: 2731
- Mar 21, 2018 5:35 pm
- Forum: Help
- Topic: Using configuration report
- Replies: 6
- Views: 2731
Re: Using configuration report
Needing the same feature. Many people do actually 8O when reading and searching this forum. Anyway, the plugin you mentioned doesn't seems to work very well in Mantis 2.x :( But I do got it to work with a few workarounds :) STEP 1) change the following lines in file 'LinkedCustomFields.php': $this->...
- Mar 21, 2018 5:13 pm
- Forum: Help
- Topic: Filtering in 'all projects' of custom dynamic fields
- Replies: 1
- Views: 703
Filtering in 'all projects' of custom dynamic fields
I have created one dynamic custom field of type 'enumeration' type using this function as an example: https://www.mantisbt.org/wiki/doku.php/mantisbt:dynamic_enum_custom_fields I have attached this particular dynamic field to multiple projects and sub-projects. I made the this dynamic custom field a...
- Mar 21, 2018 4:53 pm
- Forum: EmailReporting
- Topic: Feature: Fill 'fields' automatically from body text
- Replies: 10
- Views: 2401
Re: Feature: Fill 'fields' automatically from body text
Hi SL-Gundam and Starbuck,
Thank you both for your thourough replies on this matter, but unfortunatly I am not capable of making a new plugin by myself.
Lack of programming skills i am afraid.
Any further assistance on this subject will be very much appreciated....
kind regards.
Thank you both for your thourough replies on this matter, but unfortunatly I am not capable of making a new plugin by myself.
Lack of programming skills i am afraid.

Any further assistance on this subject will be very much appreciated....
kind regards.
- Feb 05, 2018 10:36 am
- Forum: EmailReporting
- Topic: Feature: Fill 'fields' automatically from body text
- Replies: 10
- Views: 2401
Feature: Fill 'fields' automatically from body text
Looking for a way to automatically fill fields from body text. Like eg. priority and severity. Priority = high Severity = low So when a email arrives with, for example, above text in the body, the fields 'priority' and 'severity' should be filled in automatically. Would also be nice if custom fields...
- Jan 31, 2018 11:00 am
- Forum: Customizations
- Topic: Due date set automatically per category? how?
- Replies: 0
- Views: 1304
Due date set automatically per category? how?
Hi!! For SLA reasons I need that every reported issue automatically gets a 'due date'. Also issues that are reported by e-mail (using the MantisBT EmailReporting Plugin). If the issue is reported using mantis, then the due date should also be able to override manually. The 'due date' is depending on...