Notify when using update multiple issues, please help

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
hinke
Posts: 23
Joined: 15 Feb 2005, 08:35
Location: Lund, Sweden
Contact:

Notify when using update multiple issues, please help

Post 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
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

Could you please file this request in the tracker at http://bugs.mantisbt.org/ ?
hinke
Posts: 23
Joined: 15 Feb 2005, 08:35
Location: Lund, Sweden
Contact:

Post 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
Post Reply