-
Notifications
You must be signed in to change notification settings - Fork 84
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
Wrong notification saying "X assigned you to merge request" when the issue is updated (e.g., new commits pushed) #321
Comments
Hi @wkentaro! It looks like this may be possible via |
Yes, I'm happy to. One thing that is blocking me to do so is that it is not very clear to me if mattermost-plugin-gitlab/server/webhook/merge_request.go Lines 23 to 24 in 1a620e3
Looking at the messages, it looks like they are the username of Gitlab. mattermost-plugin-gitlab/server/webhook/merge_request.go Lines 32 to 37 in 1a620e3
But these variables are used for sending messages to mattermost-plugin-gitlab/server/webhook/merge_request.go Lines 48 to 53 in 1a620e3
so I wonder if it is also somehow related to the one for Mattermost? It seems most likely they are the username of Gitlab, so I can do something like below:
|
Let me work on this @wkentaro |
Hi @ashutosh887, sorry for the late response here. Are you still interested in working on this? |
@mkdbns Heads up that a customer has pointed this out, so I'm adding to the plugin maintenance board. Also here's a thread with some discussion on this https://community.mattermost.com/core/pl/bk4z76cqm3dxprcpf536jb3gwr |
Note the open PR that seems that it's no longer being worked on here #324 |
is this still up for grabs? |
Indeed it is @tschuyebuhl. Let me know if you'd like to work on it, and I can assign it to you 👍 |
yeah, I would love to work on it if it's not a problem |
…ssigned prs' (#40) * [MI-3424]:Fixed issue mattermost#321 'Wrong notification in case of assigned prs' * [MI-3424]:Fixed review comments * [MI-3424]:Fixed review comments * [MI-3424]:Fixed test cases
#395) Co-authored-by: Abhishek Verma <abhishek.verma@brightscout.com> Co-authored-by: ayusht2810 <ayush.thakur@brightscout.com>
…case of assigned prs' (mattermost#395) Co-authored-by: Abhishek Verma <abhishek.verma@brightscout.com> Co-authored-by: ayusht2810 <ayush.thakur@brightscout.com>
* Remove check for client secret length (#419) * support client secrets longer than 64 chars * remove length check * change client secret length check to assume at least 64 chars * change wording of error message * [GH-321]:Fixed issue #321 'Wrong notification in case of assigned prs' (#395) Co-authored-by: Abhishek Verma <abhishek.verma@brightscout.com> Co-authored-by: ayusht2810 <ayush.thakur@brightscout.com> * [MI-3405] Fix issues #271: Sidebar header MR count should show assigned MRs instead of opened MRs (#39) (#394) * [MI-3405] Get proper data in sidebar buttons: 1. Get assigned PRs instead of the user's PRs. 2. Updated the name of sidebar buttons. 3. Updated API path. 4. Updated the name of API functions. 5. Updated the name of unreads to todos in the code. * [MI-3405] Updated name of variables and functions * [MI-3405] Updated icons in sidebar * [MI-3405] Updated documentation * [MI-3405] Reverted package-lock file changes * [MI-3405] Review fixes * [MM-42] Fix CI error: implicit memory aliasing (#429) * [MI-3588] Fix issue: Image attachment breaking in comment notification (#406) * [MI-3719] Send the users an ephemeral message if they try to connect their account via MM desktop app (#416) * [MI-3719] Send the users an ephemeral message if they try to connect their account via MM desktop app * [MI-3713] Handles the following cases as well for desktop app: 1. Connecting using the button from the teams sidebar. 2. Connecting using the button from RHS. * [MI-3719] Review fixes * [MI-3719] Review fixes Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com> * [MI-3719] Fix lint error --------- Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com> * Fix lint errors * Update plugin version --------- Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com> Co-authored-by: kshitij katiyar <90389917+Kshitij-Katiyar@users.noreply.github.com> Co-authored-by: Abhishek Verma <abhishek.verma@brightscout.com> Co-authored-by: ayusht2810 <ayush.thakur@brightscout.com>
This seems to be a known issue, but can anyone guide me to resolve this?
It is a bit annoying to get notification every time someone pushes a new commit.
The text was updated successfully, but these errors were encountered: