-
Notifications
You must be signed in to change notification settings - Fork 85
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
Add per-subscription setting to collapse all posts #172
Comments
I can see that it is not (
|
@tivvit What kind of customization do you have in mind? What is your use case? |
It would be great to be able to specify custom formatting string for each subscription. For our team for example it would be sufficient to have something like this The use case is: we have company GitLab instance and Mattermost instance and we are using this plugin. We have a Mattermost team channel which is subscribed to several repositories for issues. We are quite happy about the notifications about new issues or issue changes, it simplifies team communication and it helps with our response time for issues created by other teams. But the information is very thorough - imagine an issue with long description (several paragraphs) and somebody adds a label to that issue which results in posting the whole issue text to the channel (again). I am willing to help with the implementation but I would need some guidance with how to store per subscription settings and how to incorporate this (IMHO quite big) change into the codebase. |
We would very much like to use this also for merge requests, but the issue would be the same. |
@tivvit Would a plugin setting to disable issue/PR bodies solve your use case? |
It will definitely help. It is worth trying. Are you planning it per subscription? |
I was thinking about a global setting for all subscriptions |
We are a part of quite big deployment and I suppose there will be use-cases for both (with and without body) |
I see. The github plugin has the concept of flags which are passed on a subscription creation. E.g. a |
flags for subscriptions sounds great |
hi guys, any progress on this? |
@tivvit Given you interested in this feature I'm wondering if you are interested in implementing it? |
@hanzei I am interested but I will not have time for this soon. Can you please point to places in the code where it should be Implemented and describe briefly what has to be done for this feature because I am not familiar with this project. After that, it will be simpler to do this effectively so someone may solve it i.e. for hacktoberfest. I am going to find time for this ASAP. |
@tivvit All events are handled in the |
I propose we implement this as a |
Hi, is it possible to format notifications? When I create new gitlab issue everything (title, link, content) is posted to the subscribed channel. Is it possible to customize those messages - I would like to omit content.
The text was updated successfully, but these errors were encountered: