Cannot mark notifications as read

Rob Mason
Contributor
October 9, 2024

I cannot mark notifications as read. Every time I click on the bell it is showing thousands of unread notifications (with "Only show unread" ticked).

Clicking "Mark all as read" (which has behind 3 dots menu, used to just be a link) makes the notifications disappear, but clicking the bell shows they're all there again, still unread.

Individually clicking mark as read on each notification makes them disappear, but then if I click the bell, they're all there again, showing as unread.

This is happening in every browser, even after logging out and logging in, clearing all caches, cookies, session and local storage.

7 answers

1 vote
Karolina Łaciak
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 18, 2024

Me too!

1 vote
Howard, Marion October 15, 2024

Hello, this is also happening to me for the last week, and is so inconvenient. Is there a larger bug open?

Rob Mason
Contributor
October 16, 2024

I found that if you keep you clicking the bell and choosing "Mark all as unread" repeatedly it will eventually start showing different unread issues and then finally clear them.

The first time I did that I had to do it about 40 times. It's definitely broken.

Like Michelle Mazzocchi likes this
Howard, Marion October 23, 2024

Omg, I did that and it worked. It creates a new notification for each comment on a ticket. I hope they fix that because it's definitely inconvenient. 

1 vote
Hung Tran Manh October 14, 2024

I also have the same issue

 

1 vote
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 9, 2024

Hi @Rob Mason 

I can't replicate you behaviour.

It might be an instance issue, please raise an issue at Atlassian Support

Bibek Behera
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 9, 2024

+1

Rob Mason
Contributor
October 9, 2024

OK thanks.

Edit: hmm that link says an admin has to file a request on my behalf, or get help from the Atlassian Community.

Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 9, 2024

Hi @Rob Mason 

Yes only an admin in your instance can raise a request.

The community option is always given, this to not have every users the option to raise issues at Atlassian support or issues that have been functional and already resolved by community members

But on issues like this, its most likely an instance issue and community member are not in your instance and even if they where, only Atlassian Employees have access to the backend on an instance

 

0 votes
Joseph Skupniewicz October 27, 2024

OK- I figured out something-

Similar to what a few other people commented, it seems that if you "Mark as read" enough it seems to eventually clear out all the notifications. I verified that this is true.

So, it is not an issue of notifications not being marked as read- per se- but rather something happened on the Jira server (maybe a bulk update?) that caused 100's of tickets to get updated which generated notifications, and you need to continue refreshing and clicking "Mark as read" repeatedly until you work through the backlog.

To save time, I came up with an automated approach to "Mark as read" on a loop which I will post below.

Joseph Skupniewicz October 27, 2024

What I did instead of clicking and refreshing manually is I used my browser's Developer Tools on my browser while clicking Notifications Dropdown > "Mark as read" and I analyzed the POST call that gets made to Jira, something like this:

POST: https://<org>.atlassian.net/gateway/api/notification-log/api/3/notifications/mark?direct=true

Payload (Raw): {"toState":"READ"}

Then I used Postman to replicate this call and confirmed that it was successful (you also need to copy a valid cookie from Developer Tools and add supply this as a Header), exported the collection as a JSON, and then I used Newman to perform this call from the command line on a 10-second loop for about 30 minutes until this cleared out all of my backlog of notifications. 

brew install newman

while true; do newman run jira-mark-notifications-read.json; sleep 10; done

There are probably other ways to simulate this call, but it was the fastest way I could think of. Hope this helps!

Joseph Skupniewicz October 27, 2024

To Jira Developers:

Please consider supporting a "Mark notifications read" with "All" checkbox to force _all_ to make all pages of notifications to be marked as read.

Rob Mason
Contributor
October 28, 2024

It's an ongoing bug with Jira. It happens to me every day, whenever there are lots of updates to tickets (real updates from people). I have to open the bell and do "mark all as read" multiple times in order to clear them.

There was an update to Jira which moved "mark all as read" behind three dots, and at the same time they broke the functionality so it doesn't actually mark all of them as read.

Joseph Skupniewicz October 28, 2024

Yeah- I noticed that the layout of the notifications pane also changed recently between updates so I am totally with you that there is an underlying bug causing the tremendous amount of ticket "updates".

But they are not true updates because I didn't receive email notifications to pair the notifications in the dropdown.

That sucks that it is happening to you each day. Are you sure you've fully cleared them out to the point where there are 0 after refreshing? For me, creating the loop to mark all as read has held, and I haven't received another flood of notifications...yet.

Rob Mason
Contributor
October 29, 2024

I haven't had any of these phantom updates. All the notifications I get are real, from people making comments or changing ticket statuses and I receive emails for them.

The problem arises when there are a lot of notifications (more than 9), then "mark all as read" doesn't work and I have to do it multiple times. It works fine as long as I clear them before there are too many, but they often build up when I'm working.

0 votes
Joseph Skupniewicz October 25, 2024

I was just about to report this as well!

The "Mark all as read" button and "Only show unread" setting no longer function as they used to.

To reproduce:

  1. Jira > Notifications > Direct > "Only show unread" enabled
  2. Click dropdown menu > "Mark all as read".
  3. Confirm no notifications shown as expected
  4. Refresh
  5. All notifications are present again, despite "Only show unread" being enabled
0 votes
Dale G_
Contributor
October 18, 2024

I am also experiencing this issue. Using `Mark all as read` functionality under Notifications initially marks all Notifications as Read, but if I reload the page or change from Direct -> Watching and back, none of the Notifications stay marked as Read.

Joseph Skupniewicz October 25, 2024

Exactly the same thing over here

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events