Skip to content

Simple Bugzilla extension that posts messages to Zulip

License

Notifications You must be signed in to change notification settings

lemoineat/Zulipzilla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zulipzilla is a simple Bugzilla extension that posts messages to Zulip whenever a bug is updated.

Instructions

Clone this project into your bugzilla extensions directory. The disabled file will prevent the extension from being loaded (before you configure it)

Create a new Incoming webhook in Zulip and set in lib/Credentials.pm its BOT EMAIL and its API KEY.

Copy of the file lib/Credentials.pm.template into lib/Credentials.pm, and modify the content of lib/Credentials.pm:

  • set the BOT EMAIL and the API KEY of the Zulip incoming webhook
  • set also the URL of the Zulip server and the URL of the Bugzilla server.

Remove the disabled file

Features

When a bug is updated, the bug change and its last comment is output into Zulip in the stream Bugs in the topic Bug xxx where xxx is the bug number.

About

Simple Bugzilla extension that posts messages to Zulip

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages