Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Issue

Even after we press accepting the accept button, if the page reloads and displays the notice once again. We are unable to do anything on the Jira site due to this, as it is blocking everything . It works for all users except for one user, follow the steps below.

Solution

...

...

  1. First, ensure that you're using the latest application version. If not,

...

  1. update the app to the latest version and then

...

  1. recheck.

  2. If

...

  1. the problem persists after updating

...

  1. ,

...

  1. attempt to reset the acknowledgment by

...

  1. navigating to Profile > Acknowledged notifications

...

  1. .

image-20240531-090706.pngImage Removed

If it is still occurring, please check the database with the below queries.

Run the below query to get the notification id of the banner

...

  1. If the issue persists, perform the following database checks:
    a. Execute the query below to retrieve the notification ID of the banner:

    Code Block
    SELECT "ID","TITLE" FROM "A0_63D3CD_NOTIFICATION"

    b. After

...

  1. obtaining the ID details

...

  1. , run the

...

  1. subsequent query, ensuring to substitute <actual_username> with the affected user's username:

    Code Block
    SELECT "ID" FROM public."AO_63d3CD_NOTIFICATION_USER"

...

  1.  WHERE "USER" = '<actual_username>'

    If

...

  1. two IDs

...

  1. are returned, there is an issue with the IDs

...

  1. , which should be singular. In this case, delete the two IDs and verify by browsing the page

...

  1. again. This should resolve the issue.

...

  1. If the problem persists, escalate by raising a support ticket

...

  1. and

...

  1. providing the following logs

...

  1. :

...

    • Share the support zip logs by reproducing the issue

...

Please share the browser console logs How to capture Javascript console logs.

...