Admin Guide - 2.3 thru 2.5


Version 2.3 of Announcer offers an improved user interface. We recommend you upgrade at your first convenience.

This guide refers to functionality in the 2.3 release of the Announcer add-on which is currently available for JIRA,  Confluence and Bitbucket Server (formerly known as Stash).


The Announcer for JIRA, Bitbucket and Confluence add-ons can be installed via the Atlassian Marketplace or the Universal Plugin Manager (UPM).

If you're upgrading from a version prior to 1.5

If you're upgrading from a version from prior to 1.5, please note that all of your announcements will become disabled when you upgrade. Simply visit the Administration Overview page and click Enable all  (or select the announcements to enable).

 On This Page



Video: Admin Features

The following video provides a helpful high-level overview of the Administration features available within this add-on. See the Administrator Guide documentation below for additional details.

Administration Overview page

To access the Administration Overview page, click the Cog menu  and choose Add-ons. Expand the entry for the Announcer add-on and then click Get Started.

The Administration Overview page shows all active and inactive announcements. To activate or disable an announcement, edit the announcement and then change its Status as needed.

From this page, you can:

  • Click Preview () to preview an existing notification.
  • Click Reset () to reset the all counts for an existing active notification.
  • Click Edit () to edit an existing notification.
  • Click Delete () to delete an existing notification.
  • Click Report () to see an acceptance report for an existing notification.
  • Click Add another notification to add a new announcement.

Creating or editing an announcement

When you create or edit an announcement, the Annoucement editor window will appear.

Basic edit options:

Advanced edit options:

Confluence:

JIRA:

Supply the following details:

Basic edit options

NameDescription
TitleThis is the title of the notification in the U/I and it is presented to the end user in the title bar of the browser window.
DescriptionThis is an internal description of the announcement and is not displayed to the end user.
StatusThis indicates whether the announcement is active (enabled) or inactive (disabled).
Show for AnonymousThis indicates whether this item should be displayed to anonymous users.
Notification Type

Banner - this will make the notification be displayed as a banner on every page until the end user dismisses it.

Full Page - this will make the notification be displayed as a "full page" acknowledgment (see list of of URLS below that are not affected).

Dialog - this will make the notification be displayed as a dialog.

Flag - this will make the notification be displayed as a popup that appears in the top righthand corner of the screen until the end user dismisses it.

(info) Full Page is not available for announcements created by Space (Confluence) or Project (JIRA and Bitbucket Server) Administrators.

ContentsUse the dropdown to select the desired format (HTML, Markdown, Plain Text) and then supply the body of the announcement.

Advanced edit options

Click Show advanced options... to display additional options:

NameDescription
Filter for specific space(s)

(Confluence only) If you want to target a specific space, select this checkbox and then select the space that should be used. To select multiple spaces, hold down Shift and then click each space.

Filter for specific project(s)

(Jira and Bitbucket only) If you want to target a specific project, select this checkbox and then select the project that should be used. To select multiple projects, hold down Shift and then click each project. For Jira: Only the projects that the current user has 'Browse' permission for is shown.

Filter for specific groups(s)

If you want to target a specific group, select this checkbox and then select the group that should be used.

Notification iconChoose this if you'd like an warning or information icon displayed next to the announcement title.
Enable time restrictions on announcementSelect this checkbox if  you want the announcement to appear only within a specific date range. Once this checkbox is selected, additional controls will appear so that you can click the start date, hold down Shift and then click the end date.
Button TextIf you want to override the text of the button, specify it here. If this field is left blank, the default text is used.
Enable the button after 5 secondsSelect this checkbox and the Dismiss button will become active after 5 seconds, ensuring the user has the opportunity to read the announcement before dismissing it.
Should the accept button be shownThis applies to Banner and Flag announcement types only and indicates whether the Accept button should appear. This is selected by default.

Click Preview to preview the announcement in a new tab, Save to save the announcement or Cancel to discard your changes.


JIRA handles the targeted projects differently than Bitbucket handles Bitbucket projects and Confluence handles a space. A project is considered active in JIRA if it's the last project the user visited.

When editing Target groups, the person editing the announcement will see only those groups to which they directly belong.

About Anonymous Users

While we try to avoid showing the same item repeatedly, we're using the web browser session and thus an Anonymous user might see the same item repeatedly. However upon login, the notifications are applied to the logged-in user and thus they won't see the item again. 

Minimizing Performance Impact

We try to avoid any type of performance impact with Announcer and while the following scenario is highly unlikely, due to the personalized nature of Filtered Spaces/Projects, there may be a performance penalty when a large number of these types of announcements are used for Spaces/Projects that are not visited often.

This same type of penalty may be encountered if many time-restricted announcements are utilized, which causes the token cache to be continuously flushed.

If you encounter these performance penalties, we recommend converting to global fixed announcements.

Reports

For any given report , select the report icon ()  and an Acceptance Report will be displayed that shows who has accepted the announcement and who has not. Dwell time (i.e. how long an announcement was displayed before the user dismissed it) is displayed as a summary across all users and on a per user basis.

Global Announcer Configuration

To access the Global Announcer Configuration page, click Edit Settings () which appears in the top right corner of the Administration Overview page.

The options that can be configured are:

OptionDescriptionDefault value
Enable Delegation for Space/Project AdminsThis option allows Space Administrators and Project Administrators to create their own announcements.false
Bypass Full Page Announcements

Input a regular expression which, when applied, will 'skip' the verification of interstitial announcements. To maintain normal behavior, leave this field blank.

When this field is blank, the regular expression used is ^Jakarta Commons-HttpClient.+ (this allows the Application Links to pass through).

(info) For additional information on regular expressions, you may want to visit RegExLib.com or the Regular Expression Test Page.

blank
Dialog heightThis allows you to change the default dialog height of Dialog announcements.

Bitbucket-specific functionality

If you're using Atlassian Bitbucket, a list of a user's outstanding announcements is shown whenever a user does a Git pull/push (and there are changes to be applied).

URLs that are not affected

The Announcer add-on will intercept all page requests with the exception of the below paths:

URLProductDescription
/rest/*AllREST URLs are not blocked
/plugins/servlet/upmAllThe Universal Plugin Manager (UPM) is not blocked

Need to circumvent the Cookie check?

The Interstitial announcements are cookie-based and every once in a while you might want to make requests that don't get intercepted. You can use either of the following means to do this:

  1. Set the User-Agent in the Global Configuration (see above).
  2. Set the User-Agent on your request.


(warning) Make sure to add in a "X-WITTIFIED-NO-CHECK" header, such as:

curl -H "X-WITTIFIED-NO-CHECK: ignore" http://my-confluence-site.example.com

Confluence and JIRA Data Center

Any enabling/disabling/new Interstitial announcements might take up to one minute to be active across all nodes.


Need more help? Contact our support team.