-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement HipChat Webhook in Notifications #235
Comments
Can I work on this issue? Though I am very new to this and will be needed a proper guidance. |
@detronetdip go ahead, feel free to work on it, don't hesitate to ask if you have any questions, you can find us on Discord. |
joined and please assign me this. |
We've decided to remove @detronetdip from the issue due to a lack of progress in the past couple of months. |
Hi, |
Hi @asi309 We are really happy that you want to take on all the tasks, but our concern is that, in our past experience, newcomers to our code repository in October tend to only comment on many issues without completing any. This can be discouraging for those who are genuinely passionate and eager to help because they assume someone else is already working on these issues. Of course, this isn't always the case, and we're not implying that this is your behavior. However, we kindly request that you work on tasks one by one, and if someone wishes to contribute their solutions, they can address other issues as well. |
Hi @polaroi8d, |
Cool, thanks @asi309! We are happy to create more issues if you are done with the existing ones. |
At present we have Discord, Slack & Team integration with webhooks. Please implement HipChat Webhooks next to the existing ones.
You have to work around the
web/crux/src/app/notification
for the backend andweb/crux-ui/src/components/notification
for the user interface. Furthermore, you have to extend theprotobuff
file with the newNotificationType
.Add regexp to check the validation of the webhook URL.
HipChat Webhook Documentation: https://developer.atlassian.com/server/hipchat/webhooks/
The text was updated successfully, but these errors were encountered: