Page 1 of 1

Notify when using update multiple issues, please help

Posted: 20 Apr 2005, 07:58
by hinke
Is it possible for the following custom function "custom_function_override_issue_update_notify" to be called when say for example you update the status on many issues at the same time?

Right now I have coded my own custom_function_override_issue_update_notify and it sends emails to our "testers" when the tester has either been assigned to be a tester (with assign I mean this is a custom field, not the normal assigned to field) or when an issue has gained a certain status. For this to work you have to open the issue and either "assign" tester or change the status.

I would like this to work when using updating many issues at the same time too (I got this to work by changing the code in eralier versions, but it is a pain to upgrade).

Any tips or ideas?

-Henrik

Posted: 20 Apr 2005, 13:00
by thraxisp
Could you please file this request in the tracker at http://bugs.mantisbt.org/ ?

Posted: 20 Apr 2005, 13:24
by hinke
Yes, I'll go ahead and add it.

I have implemented my own custom functions now that I call from various places inside the code. I have made a comment so I can easily find out where I added all these calls.

-Henrik