-
Notifications
You must be signed in to change notification settings - Fork 97
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
Mentions? #10
Comments
if the name is present without an @ he is poked nevertheless, isn't he? |
what version of mattermost do you have? |
3.5.0 but i could update to 3.5.1 if that helps... |
What troubles me on this issue is that in redmine the names are usually full: "FirstName LastName", whereas everybody is using aliases/shorter nicknames in mattermost. A redmine notification then comes likes this: [redmineproject] FirstName LastName updated Bug #xyz. I don't think turning it into: [redmineProject] @firstname LastName updated Bug #xyz is going to offer a full solution. Perhaps it would be better for each user to setup his personal mattermost settings so that he is notified whenever "FirstName" or "LastName" is mentioned, don't you think? |
we created the MM users and said them "please use your redmine name - if not set up your personal notifications based on the name from redmine... ;) |
I modified listener.rb to report Assigned to in the top line as mattermost do not parse the attachment (the box). Also "Name Lastname" is converted to "name.lastname". Now it works as I wanted |
can you make posts to include @ before Assignee name so he/she will "poked"
The text was updated successfully, but these errors were encountered: