-
Notifications
You must be signed in to change notification settings - Fork 275
Closed
Labels
bugSomething isn't workingSomething isn't workinghost:github-serverRelated to GitHub Enterprise ServerRelated to GitHub Enterprise Server
Description
🔍 Is there already an issue for your problem?
- I have checked older issues, open and closed
📝 Description
If I click a gift notification by other commenter's reply in a discussion, it doesn't directly go to the comment.
Instead it redirects me to Discussion tab page (i.e. https://<ghes-url>/<org>/<repo>/discussions
).
Which means I manually have to find out what exact discussion has a comment that notified me.
I found out that that it is because #discussioncomment-<sum-number>
is missing in the gitify notification.
When I click a notification in Github (GHES)'s Notification page, the link url is like
https://<ghes-url>/<org>/<repo>/discussions/15?notification_referrer_id=MDE4Ok5vdGlmaWNhdGlvblRocmVhZDE5NDQzNzEwOjk2OTAw#discussioncomment-13072
which redirects me to the correct comment.
BUT the same notification in gitify is missing the said #discussioncomment
:
https://<ghes-url>/<org>/<repo>/discussions/15?notification_referrer_id=MDE4Ok5vdGlmaWNhdGlvblRocmVhZDE5NDQzNzEwOjk2OTAw
btw our corporate is using GitHub Enterprise Server 3.11.15.
🪜 Steps To Reproduce
(in GHES)
- Make another person to reply to any discussion that I am in the thread. Get 'commented' notification.
- Gitify notifies me, so click the notification.
- It drops me off at
<org>/<repo>/<discussion>
page, not to the specific discussion's comment.
Gitify Version
5.16.2
Operating System
macOS
GitHub Account
GitHub Cloud
📸 Screenshots
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghost:github-serverRelated to GitHub Enterprise ServerRelated to GitHub Enterprise Server