[RESOLVED] How to get active user in bug?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Lisandro1987
Posts: 19
Joined: 02 Oct 2012, 13:56

[RESOLVED] How to get active user in bug?

Post by Lisandro1987 »

I'm using the function of MantisBT 'email_bug_reminder' to send reminders to users. The function has an user parameter: $p_recipients. Is an array of users (to send the reminders).

So I need a function of MantisBT that return the users that is active in a bug (who create the ticket, who is assigned to, who is monitoring, who write a note, etc)? Is that possible?
Last edited by Lisandro1987 on 08 Nov 2012, 17:24, edited 1 time in total.
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: How to get active user in bug?

Post by atrol »

Have a look at function email_collect_recipients in file core/email_api.php
Please use Search before posting and read the Manual
Lisandro1987
Posts: 19
Joined: 02 Oct 2012, 13:56

Re: How to get active user in bug?

Post by Lisandro1987 »

Thanks so much! I create my own function powered with that function ;)
Post Reply