-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Comments
@pushya-plane @srinivaspendem hi guys, just following up, do I need to supply any additional information in order to track this bug? |
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. |
@srinivaspendem is this already on your timeline? I am also experiencing this bug. |
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. |
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 |
@srinivaspendem when was this fixed? I still experience this bug. What version fixed this? |
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. |
Is there an existing issue for this?
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.
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 fromdevelop
branch for testingSteps to reproduce
We are currently using code from the 'develop' branch for testing.
Not Working Scenario:
Working Scenario:
Browser
Google Chrome
Version
Self-hosted
The text was updated successfully, but these errors were encountered: