Tag confluence

Some thoughts on developing my first Confluence plugin

I recently started building Confluence plugins. The first one being my Google Analytics plugin for Confluence. This post outlines my “journey” into Confluence plugin development. It documents a beginner’s pitfalls when developing with the Atlassian Plugin SDK. Hopefully others can learn from, or at least laugh at my mistakes.
Where I was starting [...]

Announcing: Google Analytics plugin for Confluence

I’m pleased to announce the release of my first Confluence plugin — Google Analytics plugin for Confluence.
It lists Google Analytics reports for a particular Confluence space – from within that space. The current version has 10 reports and shows the first 20 results for each report.

Top Content
Depth of Visit
Internal Search
Browser and OS
Browser Version
Screen [...]

Changing boilerplate text in Confluence

We run Confluence with the (default) en_GB locale and language. For our purposes, some of the boilerplate text needs changing. This post describes how to solve this problem with a partial British English language pack that overrides only part of the Confluence interface text.

A simpler way to view attachments in Confluence

…or how to display attachments in an unordered list.
Something that bugs me in Confluence is the way that attachments are shown. The default view is a big table with just about all the information related to each attachment.
This is great if you want all this detail, but I’m a simple soul [...]

4 Useful Tips on Google Analytics Reporting for Confluence

Having installed Google Analytics on Confluence, you need to ensure that you’re not lost in a world of pretty metrics.
Make sure that your new analytics toy produces something solid and actionable. Anything less is just a shiny curiosity that your organisation will soon fail to engage with.
This article presents 4 useful tips [...]

Confluence Snippet: User Activity Report

Want to know who are the most active users on your Confluence wiki this week?
This wiki markup snippet should help. It tabulates:

Overall activity
Page creations
Page Updates
Page views
Page Popularity

h1. This Week’s Wiki User Activity Charts
 
h2. Overall
 
{topusers:spaces=@all|timespan=1w|period=weekly|events=create,update,view|display=icon,title,count}
 
h2. Breakdown
<code>
|| Page Creation || Page Updates || Page Views || Page Popularity ||
| {topusers:spaces=@all|timespan=1w|period=weekly|events=create|display=icon,title,count} | {topusers:spaces=@all|timespan=1w|period=weekly|events=update|display=icon,title,count} | {topusers:spaces=@all|timespan=1w|period=weekly|events=view|display=icon,title,count} | {popular:spaces=@all|timespan=1w|period=weekly|events=view|display=icon,title,count} |
</code>

Templating Confluence for enhanced usability

I love Confluence. It’s simple. It’s easy to use. It’s hierarchical, so you can build a nice structure.
But…
I hate Confluence. I can’t find anything. Ever. It’s hierarchical, but which branch in the hierarchy is my content located in? Damnit, the Lucene powered search doesn’t seem to be able to find what [...]

Tracking Atlassian Confluence usage with Google Analytics

You’ve chosen Confluence as your Enterprise wiki and got it installed. People are using it. But how many people?
You could have a look at the Global Activity page on Confluence, but this might confuse matters.

You’ll get to see graphs, but what do they really mean? The Global Activity statistics are [...]