The URL Trigger plug-in can integrate with pretty much any system you have.
|
2
|
The URL Trigger Plugin allows you to specify an HTTP request to be sent to a specific URL when events occur in FogBugz. To create a URLTrigger, select one or more events that your trigger will respond to, then add values to the URL querystring using a list of variables presented by the plugin. To get started, first make sure you have the URL Trigger Plugin installed. If FogBugz runs on your server, upload the zip file on the Admin -> Plugins page. If you use FogBugz On Demand, go to Admin -> Plugins -> View All Plugins and enable it there. Once it is installed, it will be available as an option in the Admin menu next to your name. From the URL Trigger page, you'll be able to create and edit custom URL triggers, import or export triggers and view the log of trigger activity. To create a trigger, click Add New Trigger and specify the following: Event TypesYou can create triggers which fire on any of the following event types:
URL With ParametersOnce you've subscribed to a set of events, you can specify the URL to which the request will be sent, and attach one or more variables provided by those events to the querystring. The list of available variables will change dynamically depending on which events you've selected.
Filter CriteriaIf you'd only like a request to be sent if a certain set of conditions are met, you can also choose to apply a filter, a logical expression containing one or more variables. A request will only be sent if the logical expression evulates to TRUE.
Usage scenarios of this plugin are discussed at http://fogbugz.stackexchange.com/questions/36/what-would-be-a-typical-usage-scenario-for-the-urltrigger-plugin |
|||
|
|
|
1
|
I wrote a nifty server in bottle to work with the URL trigger. It's available here: https://github.com/dannyzen/lighthouse/ |
|||
|
|
|
0
|
Could you suggest me a way to configure the trigger to work with PagerDuty restful api? http://developer.pagerduty.com/documentation/integration/events/trigger |
||
|
|


