Search found 13 matches

by epenet
20 Apr 2017, 19:35
Forum: General Discussion
Topic: Time tracking on MantisBT 1.3
Replies: 1
Views: 3220

Re: Time tracking on MantisBT 1.3

Hi @Dundee, In my spare time, I have attempted to implement a fix for 1.3, but I don't have a 1.3 setup to test against. You can download it here: https://github.com/mantisbt-plugins/timetracking/tree/patch-db_query_bound If you can test it, and confirm it is working, then I will pull it back into t...
by epenet
03 Apr 2017, 15:38
Forum: General Discussion
Topic: "Time tracking" on Mantis 2.0 ??
Replies: 32
Views: 110939

Re: "Time tracking" on Mantis 2.0 ??

Hi Dundee,

Then I suggest that you open a separate thread, and hope that one of the v1 developpers sees your message.

Regards,
by epenet
03 Apr 2017, 07:07
Forum: General Discussion
Topic: "Time tracking" on Mantis 2.0 ??
Replies: 32
Views: 110939

Re: "Time tracking" on Mantis 2.0 ??

Hi @Dundee,

If you want to use it on 1.3, then you will have to use the "original" version: https://github.com/mantisbt-plugins/timetracking

Regards,
epenet
by epenet
29 Mar 2017, 07:25
Forum: General Discussion
Topic: Auto-monitor on bug note
Replies: 6
Views: 9135

Re: Auto-monitor on bug note

Hi,

I'm still missing notifications.
1. I am administrator of the platform
2. I am the reporter of the issue
3. I have added notes to the issue

A colleague has added a note, and I didn't receive the notification.

Is there an audit trail of "sent emails" which I could use for debugging?
by epenet
29 Mar 2017, 07:15
Forum: General Discussion
Topic: "Time tracking" on Mantis 2.0 ??
Replies: 32
Views: 110939

Re: "Time tracking" on Mantis 2.0 ??

Hi,

I've finished the migration of the reports on the new plugin.
Version 2.0.3 is available on GitHub: https://github.com/epenet/timetracking
by epenet
28 Mar 2017, 07:27
Forum: General Discussion
Topic: Auto-monitor on bug note
Replies: 6
Views: 9135

Re: Auto-monitor on bug note

I've just upgraded from v2.1.0 to v2.2.1. I've re-read the following documentation: - https://www.mantisbt.org/docs/master/en-US/Admin_Guide/html/admin.pages.manage.config.email.html - https://www.mantisbt.org/docs/master/en-US/Admin_Guide/html/admin.config.email.html - https://www.mantisbt.org/docs...
by epenet
22 Mar 2017, 14:21
Forum: General Discussion
Topic: "Time tracking" on Mantis 2.0 ??
Replies: 32
Views: 110939

Re: "Time tracking" on Mantis 2.0 ??

That is the next part - which needs to be implemented.
Working on it... any help appreciated.
by epenet
22 Mar 2017, 09:44
Forum: General Discussion
Topic: "Time tracking" on Mantis 2.0 ??
Replies: 32
Views: 110939

Re: "Time tracking" on Mantis 2.0 ??

There was a missing comma on the schema definition. I have now added this on github.

If you want to add the column manually:

| Field | Type | Null | Key | Default | Extra |
+------------------+------------------+------+-----+---------+----------------+
| info | varchar(255) | YES | | NULL | |
by epenet
21 Mar 2017, 13:11
Forum: General Discussion
Topic: "Time tracking" on Mantis 2.0 ??
Replies: 32
Views: 110939

Re: "Time tracking" on Mantis 2.0 ??

Can you check inside the db to see if the field exists?
by epenet
08 Mar 2017, 12:59
Forum: General Discussion
Topic: Auto-monitor on bug note
Replies: 6
Views: 9135

Auto-monitor on bug note

Hi, I am still having difficulty getting the emails sent at the right time. This is what I am trying to achieve: When new issues are created, I want an email to all DEVELOPPER and above (MANAGER, ADMINISTRATOR) When an issue is changed, regardless of change, I want an email to the reporter + all the...
by epenet
13 Feb 2017, 09:29
Forum: General Discussion
Topic: "Time tracking" on Mantis 2.0 ??
Replies: 32
Views: 110939

Re: "Time tracking" on Mantis 2.0 ??

Hi
I had a look at this plugin: https://github.com/mantisbt-plugins/timetracking, but doesn't work in Mantis 2.
I've started a fork for a v2 compatible plugin: https://github.com/epenet/timetracking
by epenet
13 Feb 2017, 08:40
Forum: General Discussion
Topic: "Time tracking" on Mantis 2.0 ??
Replies: 32
Views: 110939

Re: "Time tracking" on Mantis 2.0 ??

I started to look at this plugin: https://github.com/mantisbt-plugins/timetracking

I was able to amend for Mantis 2.1.0, and now have an input form with date and two free text fields (category + comment).

I still wonder if this wouldn't benefit the "core" product though...
by epenet
09 Feb 2017, 11:27
Forum: General Discussion
Topic: "Time tracking" on Mantis 2.0 ??
Replies: 32
Views: 110939

Re: "Time tracking" on Mantis 2.0 ??

Hello, I too have enabled the time tracking on 2.1.0. It was indeed as simple as amending the config_inc.php to set $g_time_tracking_enabled = ON; However, I have a need for two features: 1. ability to set the date of the work (eg. I worked 4 hours YESTERDAY on this issue.) 2. ability to set a custo...