Skip to content
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

[bug]: Comment Mentions are not working when accessing issues through email notifications #3592

Closed
1 task done
HiveologieMLData opened this issue Feb 7, 2024 · 7 comments
Assignees
Labels
🐛bug Something isn't working

Comments

@HiveologieMLData
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

When an email notification for comment mentions is sent and the recipient clicks on the 'View Issue" button in the email, the link redirects to the issue, and the user is not able to mention anyone in the comments and typing the '@' character does not open the mention suggestions panel.

image

I have tried hard refreshing (Shift+F5) the app after I access it via email notification but the issue persisted, and I have confirmed that the URLs are the same when accessing an issue through both a notification email and the issues dashboard.

There is already a similar PR for notification mentions (#3573) it was merged into develop branch earlier today, but I don't think that it covers this specific case as we are using the code from develop branch for testing

Steps to reproduce

We are currently using code from the 'develop' branch for testing.

Not Working Scenario:

  1. Mention a user in a comment on an issue
  2. Go to the email inbox of the mentioned user and click 'View Issue' button
  3. Try to mention any user in the comment by typing in a '@' symbol

Working Scenario:

  1. Go to the issues dashboard
    image
  2. Double click on an issue and expand it to full-screen mode
    image
  3. Try to mention any user in the comment by typing in a '@' symbol
    image
    image

Browser

Google Chrome

Version

Self-hosted

@HiveologieMLData HiveologieMLData added the 🐛bug Something isn't working label Feb 7, 2024
@HiveologieMLData
Copy link
Author

@pushya-plane @srinivaspendem hi guys, just following up, do I need to supply any additional information in order to track this bug?

@ghost ghost assigned Palanikannan1437 Feb 9, 2024
@niltonvasques
Copy link

Same issue is happening here! I think that is not related to email notifications only, the problem happens if we open the ticket URL direct, without navigate until it.

My guess is that the mentions available users are not fetched in the ticket page, probably they are fetched in the issues screen or main page, thus when we open it directly, the fetch is not executed.

@etaxi341
Copy link

@srinivaspendem is this already on your timeline? I am also experiencing this bug.

@srinivaspendem
Copy link
Collaborator

Hi @etaxi341, the '@' character is working fine with our latest release. Regarding the mention in the mail redirecting to the comment directly, we will discuss it internally and update the status.

@etaxi341
Copy link

etaxi341 commented Mar 1, 2024

We are using the release mentioned in your comment. I am not sure if it is caused by the mail redirect. But sometimes when you type "@" no popup appears. Sometimes you just click on a ticket and don't have to ability to mention without refreshing the page

@etaxi341
Copy link

@srinivaspendem when was this fixed? I still experience this bug. What version fixed this?

@srinivaspendem
Copy link
Collaborator

Hey @etaxi341, we fixed the mentions in the comments. However, mail redirecting directly to the comment is not part of our current roadmap, which is why the issue has been closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants