zulip / zulip-redmine-plugin

Redmine plugin for Zulip notifications on issue tracker changes
Apache License 2.0
12 stars 17 forks source link

send message on any issue change not only after save #14

Closed hi-ko closed 5 years ago

hi-ko commented 5 years ago

The plugin only sends message after saving changes in the UI. If an issue is beeing changed by API or inbound email no message is send to zulip. messages in zulip should behave similar to email notifiations and fired by any change

timabbott commented 5 years ago

@felipebatista do you have time to look into this and the other recently opened issue?

batistadasilva commented 5 years ago

hello guys, I hope you are all fine

I have been re-coding a Redmine Zulip plugin (not technically a fork but based on this one of course) that suits better to my project's workflow. It includes the following features:

* This currently only includes the fields we use in our project, I am planning to include very soon all other fields too

@timabbott would you want to take a look on this code? I can also make a Redmine instance available to you for any kind of tests you'd want to peform

https://framagit.org/lobster/redmine_zulip

timabbott commented 5 years ago

@felipebatista sure. I would be happy to help integrate your rewrite of this plugin into this project; this plugin was originally written years ago and you're actually the main code contributor to it in the last few years. If you're interested in being an official maintainer of this project, we'd love to have you.

I don't think I need access to the redmine instance, but I'd love to see the example messages produced by the plugin so I can provide feedback on the formatting you're using.

(Or probably better @eeshangarg can help with that, as he's been working on making sure all of our integrations use good formatting)

batistadasilva commented 5 years ago

closed by #15