How do I re-trigger the "Introduce your team to Confluence Questions" email?
Purpose
After sending the "Introduce your team to Confluence Questions" email, you may want to send again. Once it's sent, you will not have the option again. This article will walk you through the process of triggering the banner message which allows you to re-send.
Solution
Run the following SQL query:
Delete FROM bandana WHERE bandanakey LIKE 'com.atlassian.confluence.plugins.confluence-questions:site-announcement-sent-state
- Clear the Confluence cache:
- Go to > General Configuration > Cache Management
- Click Flush All
Always back up your data before performing any modifications to the database. If possible, test any alter, insert, update, or delete SQL commands on a staging server first.
Last modified on Feb 26, 2016
Powered by Confluence and Scroll Viewport.