[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is | "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [%# initialize product to component mapping #%] [% SET selectable_products = user.get_selectable_products %] [% SET dont_show_button = 1 %]

It will be sent a POST request with the information of the [% terms.bugs %] that match with the events and filters selected to your URL.
Documentation about webhooks is available here.

Name:
URL:

Events

Select the events you want to receive.


Filters

To receive all components in a product, select "Any".


Product:
Component:
 

[% IF webhooks.size %]

Your webhooks:

[% FOREACH webhook IN webhooks %] [% END %]
Remove ID Name URL Events Product Component Status
[% webhook.id FILTER html %] [% webhook.name FILTER html %] [% webhook.url FILTER html %] [% webhook.event FILTER html %] [% webhook.product.name FILTER html %] [% webhook.component ? webhook.component.name : 'Any' FILTER html %] [% connector = connectors.by_name('Webhook_' _ webhook.id) config = connector.config %]

[% ELSE %]

You do not have any webhooks.

[% END %]