Get Zulip notifications for your Redmine issues!
Redmine Zulip Plugin version | Redmine version |
---|---|
1.x | 3.x |
2.x | 3.x |
3.x | 4.x |
- Please navigate to your Redmine instance's root directory by running:
cd /path/to/redmine
- Clone the Redmine Zulip Plugin into
plugins
directory
git clone https://github.com/zulip/zulip-redmine-plugin.git plugins/redmine_zulip
-
Restart your Redmine instance
-
Update the Redmine database by running:
rake redmine:plugins:migrate
Log into your Redmine instance, click on Administration in the top-left corner, then click on Plugins.
Find the Redmine Zulip plugin, and click Configure. You must now set the following:
- Zulip URL (e.g
https://yourZulipDomain.zulipchat.com/
) - Zulip Bot E-mail
- Zulip Bot API key
- Stream name *
- Issue updates subject *
- Version updates subject *
* You may set dynamic values by using the following self-explanatory variables:
- ${issue_id}
- ${issue_subject}
- ${project_name}
- ${version_name}
To override global settings project wise, go to your project's Settings page, and select the Zulip tab.