Skip to content

Groovy connector for JIRA Script Runner to push events into a campfire room

License

Notifications You must be signed in to change notification settings

twistle/jira-campfire

Repository files navigation

Send Jira event notifications to Campfire using the Jira Script Runner plugin.

Installation

In the Jira administration naviage to the Script Listeners page (under the Plugins dropdown, or by searching). Create a new "Custom listener" and follow the provided instructions. You can select all of the events and only the ones implimented in the CampfireListener class will actually trigger anything. The others will be silently ignored by the class.

More generic details can be found on the Script Runner wiki.

Testing

Misc.

Original inspiration: belchak.com. The biggest difference from this version is the use of the Apache Commons HttpClient instead of HTTPBuilder. Using HTTPBuilder is a little bit prettier, but means that the listener has external dependencies. Jira already relies on HttpClient so we're guaranteed to have that available.

About

Groovy connector for JIRA Script Runner to push events into a campfire room

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages