rocketchat-jira-trigger
rocketchat-jira-trigger copied to clipboard
Outgoing webhook integration for Rocket.Chat that summarizes any JIRA issues mentioned
There is probably a way to reuse more of the AppIntegrationTest without copying, but I wasn't sure how. I would have liked the test to validate the response but I...
When a ticket title contains, for example, the character `&` the character is replaced by `&` in the channel.
If a sub-task is referenced, do not only show the subtask's title, but also the parent's title. This would be useful, because sub-tasks are often written in the context of...
With Guice, configuration validation errors are terrible to debug because of long stack traces. Move all validation outside of the constructor, to an explicit method and call that during init.
Relating to security and privacy it would be great if the requesting user could be verified that he is permitted to view the request issue. If the user has access...
It would be nice, if user could disable(/enable back) getting JIRA information message. (Sometiems messages can look quite spammy) Also, some people would like not to be "listened" by external...
Currently, no formatting of JIRA descriptions is being handled. Everything is sent as plain text. The description should instead be parsed and converted to Rocket.Chat format. At the very least,...
If CAPTCHA is enabled on the JIRA server, it might respond with a 403 message that looks like this:  These messages should be logged (ERROR level?) to clearly convey...