Ever need a quick recap what happened during the previous meeting? Now you can read your meeting minutes in a chronological order with the CQL Navigation Macro introduced in Canned Search for Confluence 1.5.0

Adding the Countdown Timer on the Confluence Dashboard

Background

Confluence allows customisation of the content on the Dashboard with the velocity markup. An example to use the renderConfluenceMacro function like below.

$helper.renderConfluenceMacro("{mymacro}")

However, the Countdown Timer Plugin was not designed to support the renderConfluenceMacro.

The workaround was provided by Serge Peryshkin

Steps

  1. Create a new Confluence page to add the Countdown Timer (e.g. space key = TEST and page name = timer)
  2. Log in as Confluence admin
  3. Click on Layouts on the left side menu under the Look and Feel section
  4. Click on Create custom link on the Global Layout row
  5. Add in the relevant velocity script under the relevant section to include the timer page from the TEST space 

    $helper.renderConfluenceMacro("{include:TEST:timer}")
  6. Click on Save button 
  7. Refresh your dashboard to see the content from the timer page being included in your dashboard

 

References