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
-
Create a new Confluence page to add the Countdown Timer (e.g. space key = TEST and page name = timer)
-
Log in as Confluence admin
-
Click on Layouts on the left side menu under the Look and Feel section
-
Click on Create custom link on the Global Layout row
-
Add in the relevant velocity script under the relevant section to include the timer page from the TEST space
$helper.renderConfluenceMacro("{include:TEST:timer}") -
Click on Save button
-
Refresh your dashboard to see the content from the timer page being included in your dashboard
References
-
https://answers.atlassian.com/questions/89650/is-there-a-special-configuration-to-make-plugin-available-to-the-dashboard
-
https://confluence.atlassian.com/display/DOC/Include+Page+Macro