/
Retrieve user acceptance details of announcements from database into Bitbucket
Retrieve user acceptance details of announcements from database into Bitbucket
This article explains how to view the details of user acceptance of announcements created using the Announcer for Bitbucket Server app by retrieving them from the database.
Instructions
- Log into the database.
Use the scheme that you are using for Bitbucket instance.
All the notifications accepted by users are stored in the AO_CE9B14_NOTIF2_USER table.Compose a SELECT query to retrieve the list of notifications accepted by users from the table, as given below:
select * from AO_CE9B14_NOTIF2_USER,AO_CE9B14_NOTIFICATION_USER;
This query displays the user acceptance of announcements list in your Bitbucket instance.
- No table captures the list of notifications that were not accepted by users.
- Ensure to not run CREATE/UPDATE/DELETE operations that may impact the data at the application level.
- MySQL is the database used in this example.
, multiple selections available,
Related content
How to retrieve announcements list from database into Bitbucket
How to retrieve announcements list from database into Bitbucket
More like this
View user acceptance of announcements from database using Announcer for Jira
View user acceptance of announcements from database using Announcer for Jira
More like this
How to create an announcement that is available for anonymous users using the Announcer for Bitbucket app
How to create an announcement that is available for anonymous users using the Announcer for Bitbucket app
More like this
FAQ: Announcer for Bitbucket Server
FAQ: Announcer for Bitbucket Server
More like this
How to create a new Announcement in Announcer for Bitbucket server
How to create a new Announcement in Announcer for Bitbucket server
More like this
How to configure an announcement for specific project(s) in the Bitbucket Server
How to configure an announcement for specific project(s) in the Bitbucket Server
More like this