Search found 5 matches

by malkevia
19 May 2016, 08:13
Forum: Customizations
Topic: My custom PHP code exits when I call a mantis function
Replies: 2
Views: 7846

Re: My custom PHP code exits when I call a mantis function

Hi Atrol,

Thanks for your reply.

I already see this plugin but it doesn't respond to my needs.
by malkevia
19 May 2016, 07:27
Forum: Customizations
Topic: My custom PHP code exits when I call a mantis function
Replies: 2
Views: 7846

My custom PHP code exits when I call a mantis function

Hi all,

I try to develop a tool to auto fill bugs notes from emails.

I did some code with PHP, here are the main steps :

- getting emails from Exchange using EWS-PHP API
- fomatting emails content
- adding notes with mantis function
- creating bugs in some cases

When I launch my PHP code with my ...
by malkevia
13 Aug 2014, 14:25
Forum: Customizations
Topic: How to customize report issues for each project
Replies: 2
Views: 10123

Re: How to customize report issues for each project

I did some test during the day and I maybe have a interesting workaround.

I did some tests on the "manage configuration" part.
I tried to add a new option named "bug_report_page_fields" linked to a particular project.
Concerning the value, I used an array (the same way as the line on the php file ...
by malkevia
12 Aug 2014, 09:25
Forum: Customizations
Topic: How to customize report issues for each project
Replies: 2
Views: 10123

How to customize report issues for each project

Hi,

I updated Mantis from a version 1.1.8 to 1.2.17. Before, I used myreport plugin to customize the report fields for each project.
Now, myreport plugin isn't supported anymore and I'd like to find another way to do the same.

I saw that we can configure a global parameter on the config_inc file ...
by malkevia
25 Apr 2014, 12:25
Forum: Help
Topic: Checkboxes issue when I update a bug
Replies: 1
Views: 2505

Checkboxes issue when I update a bug

Hi,

I meet a strange issue on mantis 1.1.8.
I created several custom fields which are checkboxes.
I noticed that when I click on the "update bug" button to update the bug, some checkboxes go unchecked. It looks weird.

I searched a little on the web to know if someone had already meet this issue ...