Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

In Confluence, is there a way to automatically update the dashboard activity stream?

Michael August 23, 2011

I would like to have the Confluence dashboard's activity stream automatically update (or notify me of updates) when there are new updates available. Something like the way Twitter does it would be neat, but even a simple refresh would suffice at this point.

Any ideas on if this can be accomplished in the current version (3.5.9) or if there is a JIRA ticket tracking this request?

Thanks!

3 answers

0 votes
Michael August 23, 2011

Would you overide the recently-updated-dashboard in the global.vmd and replace it with the activity stream wiki macro in the general configuration?

Thanks!

- Mike

0 votes
MatthewC
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 23, 2011

You could easily put some javascript into the Confluence welcome message that just did a simple page refresh every 60s?

It's not as nice as a twitter refresh but it would work.

e.g.

<script language="javascript">
window.onload = function(){ setTimeout (' document.location=document.location' , 60000);}
</script>

If you wanted something more you could write a piece of JS that periodically overwrote a section of the page with the contents of another page which contained a list of recently updates. The trouble with that is that it would probably need updating if the dashboard ever changed structure

0 votes
David Dube
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 23, 2011

Have you tried setting the refresh interval for the activity stream?

You can use the Macro Browser to insert the activity stream, and one of the options is for automatically updating refresh... check that and specify your time interval.

Regards,

Dave

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events