rocketchat-jira-trigger icon indicating copy to clipboard operation
rocketchat-jira-trigger copied to clipboard

Outgoing webhook integration for Rocket.Chat that summarizes any JIRA issues mentioned

Results 18 rocketchat-jira-trigger issues
Sort by recently updated
recently updated
newest added

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.

bug

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...

enhancement

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.

enhancement

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...

enhancement

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...

enhancement

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,...

enhancement

If CAPTCHA is enabled on the JIRA server, it might respond with a 403 message that looks like this: ![captcha_challenge](https://cloud.githubusercontent.com/assets/1218808/16276625/7fcd19ce-38af-11e6-8667-533d398016a1.png) These messages should be logged (ERROR level?) to clearly convey...

enhancement