Having a Bugzilla bug update trigger another system

Gervase Markham gerv at mozilla.org
Tue May 1 09:44:13 UTC 2012


On 01/05/12 02:52, Andy wrote:
> Historically, we've had a cron to do this (the cron polls our Bugzilla
> 3.4.2 instance for any updated bugs on a regular basis), but it would be
> great if we could trigger this process only when necessary.  I guess it
> might be possible to do something through Bugzilla email notifications
> (e.g. checking an email inbox for incoming Bugzilla notifications that
> meet some criteria), but is there any other / easier way of having
> Bugzilla changes notify or trigger some other system?

As David said, write a small extension hooking bug_end_of_create and
bug_end_of_update.

Also, upgrade from 3.4 - it's no longer supported. :-)

Gerv
_______________________________________________
dev-apps-bugzilla mailing list
dev-apps-bugzilla at lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-apps-bugzilla



More information about the developers mailing list