We're considering moving from trac to Atlassian Confluence as our knowledge base solution. ("We" are a growing IT consulting company, so most users are somewhat technical.)

There are many reasons we're looking for an alternative to trac: ACL, better wiki refactoring tools (Move/rename, Delete (retaining history), What links here, Attachments [change tracking], easier way to track changes (i.e. better "timeline" interface), etc.), "templates"/"macros", WYSIWYG/Word integration.

Confluence looks to be very nice from the feature list POV. But toying with it for a little I had the impression that its interface may seem somewhat confusing to the new users (and I recently saw a comment to that effect on SO). I hope that can be fixed by installing/creating a simpler skin, though.

If you've used Confluence, what are your thoughts on it?

  • Do you agree it's not as easy to use as other software, can anything be done about it?
  • What are its other shortcomings?
  • Would you choose a different wiki if you had another chance?

[edit] my own experiences

link|improve this question
feedback

closed as not constructive by Kev Dec 22 '11 at 16:52

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

19 Answers

up vote 19 down vote accepted

I'd say Confluence is very nice, and I recommend it. However, there's a few gotchas.

  1. The WYSIWYG editor just isn't very good. It'll handle simple stuff fine - a small table, lists, inserting links, formatting text, etc. If you want to go farther - complex multicolumn layouts, multicolored tables, whatever - the editor is, well, fairly useless. Luckily Conflunece uses a slightly modified version of Textile - very powerful, and very easy to use. (Much better than "traditional" wiki markup.) In short, the WYSIWYG editor is bad, but it doesn't matter much.

  2. Word integration is kickass. The killer feature is the ability to embed spreadsheets and powerpoint slides into pages - they appear just like they should. Plus if you're using Word and Firefox/IE on Windows, one click will open the embedded document in the appropriate Office app - and when you hit save the page updates. Plus the documents are versioned, and full text searchable, and the entire thing is shiny as hell, frankly. (Of course, if you're using OpenOffice the nifty one-click thing should still work, but it doesn't, at least for us.)

  3. WebDAV support is really great. Every page appears as a folder containing any attachments (as files), any subpages (as folders), and the the text of the page as a txt file. Makes it trivial to write a quick shell script to create a bunch of pages, or renumber a bunch of attachments, or whatever. Downside: WebDAV support in Confluence is great; WebDAV support in major OSes - especially XP - is hit-or-miss.

  4. Especially when you add plugins into the mix, you can do some very powerful things with forms, metadata, templates, graphs, reports. Want to see a table of the last person to edit every page labeled "tuna"? Sure thing. Or say you've got a page about a new project, and it's got some child pages about features you're planning. It's quite easy to attach metadata (like "who is this assigned to" or "priority") to the feature pages, and then embed some nifty reports and graphs in the project page. On the other hand, some of the really cool stuff is also really arcane or poorly documented.

  5. We've found Confluence to be pretty resource hungry. We're not a Java shop, so it's entirely possible (hell, probable) that we've misconfigured something somewhere, but the full Tomcat stack chews through a lot of RAM (and a fair amount of CPU).

As for usability... As far as the core "wiki" experience goes, it seems pretty standard, and fairly easy to use. It's quite easy to add a comment, edit a page, attach a file, embed an image, add a link, format text, etc. Beyond that...well... it depends.

When we chose Confluence early this year, it seemed obviously the best choice. Key features were:

  • LDAP/Active Directory integration. Confluence does this out of the box.
  • Granular permissions. Confluence has very very strong support for this.

The only other wiki which was close was Deki Wiki, and at the time it was lacking some key features. I believe it's matured heavily since; if I was choosing a wiki today I'd look at it closely.


UPDATE

I've been using Confluence for years now, and...it kind of sucks, actually.

1) We decided to move it from an internal server to "the cloud", and it's an resource hog beyond belief. At this point, I think my cellphone could probably host a pretty heavy mediawiki site. Finding a system beefy enough to host Confluence can be hard.

2) It's slow. Oh god is it slow. You click something, and then you sit, and you sit...and then you get your answer. Usually. Which brings me to my next complaint...

3) It crashes. A lot. Especially if you're trying to edit content. And then you get to wait for the JVM to boot up again, which is slow. (See previous comment.)

4) The editor is terrible. If you want to do anything complicated, you'll need to use wiki markup, and then never touch the editor again, because the editor will mangle the wiki markup. And this brings me to my next issue...

5) The wiki markup is bad. It works great for simple stuff (bold, italic, numbered lists). Anything more complex it falls apart on completely. You will constantly run into the issue of wanting to make a table that includes thumbnails, or wanting to make a sidebar. Usually (but not always) it's possible...but you have to work at it. Simple stuff like centering content in a column, or fiddling with the width of something can become extremely difficult. What do you call a wiki where you have to call IT just to edit a document? Why must even simple formatting tasks be such a struggle?

6) Plugins. In theory plugins fix (or can fix) all the issues with Confluence I have just mentioned. As a practical matter, they are crippled by those issues, and in some cases exacerbate them. The more plugins you add, the slower Confluence gets, and the less stable it gets. Many of them add even more arcane undocumented markup, and are even less compatible with the editor. And before too long, you'll end up with conflicting behaviour, incompatible versions, or circular dependencies. You may need to upgrade Confluence to fix a security hole at any time - and there is NO guarantee that a plugin you've come to rely on will work with the new version. The plugins are, in the words of Admiral Ackbar, a trap (unless you plan on devoting in house developers to writing and maintaining your own).

7) Slow development. Like any big enterprisey app, Confluence development is slow. I think we've been tracking a bug with Confluence relating to embedded video clips always autoplaying for three years now. It may be fixed by now, I just don't care any more.

8) The vaunted ACL-based permissions are good, but the user management is poor, as is the interface. It's hard to figure out what people have permission to see, or what content is secure. For client communications, you want a dashboard: "John Smith can see pages X, Y, and Z." But with Confluence, it's always a bit hit or miss excercise. You almost have to log in as the user just to double check that their permissions are correct. Highly problematic.

9) The WebDAV support and Office integration is unreliable, unstable, and never seems to work in whatever combination of browser and office app you actually have at the moment. We've given up on it.

At yet, we're still using Confluence. Funny...

link|improve this answer
2  
Gah, Confluence's wiki syntax isn't great. Well, at least I don't like it, but that's just me (tables suck very much indeed). But the main problem is that its documentation sucks. – niXar Jun 14 '09 at 8:56
1  
@niXar - I've actually found the documentation quite complete and very informative. I don't mind the wiki syntax either though trying to work with numbered lists which contain attachments throughout is a bit tricky at times. – Brett Ryan Apr 7 '10 at 7:17
2  
I think the documentation is good, and Atlassian's sites provide integrated search through documentation, enhancement requests, plugin pages: you can find anything you need quickly. Can someone provide pointers for 2 above? – Vladimir Alexiev Nov 24 '10 at 10:37
2  
Pages are technically full-text searchable, but even now after 2.5 years, the search is still abominable. Searching for "Messaging Team" will give you a list of all 2,764 pages with "Message" in their title before listing pages with "messaging" or "team". And it seems like pages with titles actually matching "messaging team" come at the very end. – chadoh Apr 20 '11 at 17:37
1  
The markup translation and Real Text editor is absolute shit. I can't even put a URL with colored parameters in without it hacking up malformed html into the visible page – B T Jul 11 '11 at 21:34
show 2 more comments
feedback

I do not like Confluence. I've had to use it for almost a year, and it's been quite annoying. I'm a seasoned wikipedian, and I've used many wiki syntax. I don't like Confluence's; this is subjective, but here are few points:

  • Tables suck. The syntax is good for very small ones, but large ones are unmanageable.
  • They enable smileys by default. How enterprisey. Say you have a list of MACs in your wiki; every instance of :D will be replaced by ☺ -- enterprisey!
  • The doc on it is bad.
  • There is no Mediawiki style parameterized templates; weeell, there is ("macros" or something), but for some reason I can't understand, they have to be installed by the "admin." So they're basically useless.

The main "enterprisey" feature of Confluence is its ACL (access control lists). They're a pain to use (it might have improved in the very latest version): a page inherits its parent permissions. But if you just want to add one user/group to the list of authorized viewers for one page, well, you can't. You have to manually specify all the groups/users again, plus the additional one.

It's also quite slow. It pops up whole windows for minor things like picking smileys instead of displaying it inline. Many features involving search, such as listing groups/users, display them in 10 items per page format. That's so retarded it hurts. We have, what, 2000 users, and 4GB of RAM → SEND ME THE WHOLE LIST, I can handle it. But nooooo, you have to click click click. Or rather, click wait click wait.

It also lacks a very useful Mediawiki feature: you can't just edit parts of a page, you have to load the whole page; and of course, you are sent back to the beginning. So if you have a long page, every edit/preview cycle is simply unbearable. Mediawiki and some other wikis add an [edit] button to the right of headings.

On the whole the UI is very quirky. I found Trac to be much more productive as far as Wikis are concerned. Of course its bug tracking feature is nowhere near Jira; but it's free and it's fast. In my opinion, don't switch if you don't really need to.

link|improve this answer
2  
I have to concur: I left one open-source-ish community project I was involved in just because of their inability to use good tools - Confluence was high up there. – Tom Morris Jul 20 '10 at 8:49
Table syntax sucks. It's glacially slow. The UI is hard to use; to begin with you tell yourself "hey, I'm new, it'll all make sense once I understand the logic". There is no logic; it never makes sense. You never stop having to tinker with it to get the right pages visible and the wrong pages hidden. – Cody Hatch Jul 18 '11 at 7:03
feedback

[replying to myself]

We've been using for a while, and as a power wiki user I'm very satisfied by its functionality.

New people have a little trouble figuring out how to use it the first time they see it. After disabling non-essential functionality (such as news, comments, etc.) it doesn't look as bloated.

The wysiwyg mode doesn't work very well for complicated documents (as expected), but wiki text is no worse than in other wiki engines.

All in all, it seems a great wiki engine (better than others for wiki power users).

link|improve this answer
feedback

We installed 3.5 a few months ago, then upgrade to 4.0 soon after. The installation of 3.5 was a bear for me, since Confluence is Java/Tomcat based, while I'm an IIS/ASP.net guy. I'm told 4.0 has a much nicer automatic installer. The 4.0 upgrade went smoothly, so I would assume the 4.0 installer is good.

The 4.0 WYSIWYG editor is very nice. I love that you can paste images right into the editor while in Firefox or Chrome. The variety of plugins in the editor seems very good to me. (UPDATE: The pasting of images has stopped working in FireFox. Not sure why, though I'm on the FireFox Beta channel so that could be it.)

I've found it to be a very professional looking package and my users (admittedly technical types) haven't had any problems.

The other major package I considered was MindTouch, but Confluence looked so much better and had some cooler options.

I agree with the negative comments I've seen here about the user and permission management. The UI could be better there.

link|improve this answer
feedback

For various reasons, I recently went from working on a one wiki at a time (ususally MediaWiki) to about a half dozen. In fact, I'm working in so many different wiki engines, I've lost count.

At my current employer the big flagship wiki's are Confluence, and I think it does have a lot of the major features that larger organizations need. The strength of Confluence is that it offers a lot of important content controls (groups, users, content spaces, delegated administration).

On the other hand, as an intermediate-level wiki writer, I am bumping into some problems. The Rich Text view tends to normalize the wiki text on the fly, which can create chaos with heavily formated text. And for some reason, there doesn't seem to be edit-by-section, which means I spend a lot of time waiting for the edit pages to load, (since a lot of my edits are to existing documentation that was ported to the wiki.

So, it isn't a slam dunk, but it is a good offering. I offer my personal experience as information, with a wiki, you need to weigh the high-end usability vs. number of writers you need for critical mass. I worked at one place that had a very feature filled wiki that most potential contributors disliked, and you ended up with very few, stale pages that were amazingly marked-up.

link|improve this answer
Thanks! You personal experience is what I'm after - very helpful! – Nickolay Oct 4 '08 at 18:17
feedback

Just saw this post though it's now a year later. Confluence is now up to version 3.1 and nearly 3.2

The huge difference between Confluence and any 'knowledge collab' system or 'enterprise wiki product' in the category is that Confluence has a very powerful, very flexible and extremely well documented plugin architecture. Thus it has over 200 plugins the dozens of companies have contributed or sell - some of them are extremely powerful and amazing products in their own right. In this area no one else is even close or even on the same playing field. Atlassian has invested hugely in this area and it shows.

Don't take my word for it - https://plugins.atlassian.com/ :)

link|improve this answer
feedback

Yeah, I agree with the previous post and I might add "Thus it has over 200 plugins..." none of which WORK!!!! What a sad tool. I have version 3.2 and I cannot even create tabs none of the calendar plug-ins work for 3.2 at the moment. There is a lot of documentation on the net none of which is helpful.

link|improve this answer
feedback

As a dissemination tool (pass as much information as we can to as many people as possible) it's superb. Website-ish layout, threaded comments, email summaries, rss subscriptions, polls, great builtin richtext (and wikitext) editor, really powerful macros for populating content from other pages ... you name it. And most of it cames out of the box.

Used it for more than 5 years now and can recommend it to anyone as a intranet/enterprise wiki platform. Technically it's quite well made and most of complaints i seen in comments there comes from let's say "power users"- they usually are able to help themselves by using most advanced Confluence features. In my mind most important is to make enterprise wiki easy for rest of users.

It's a complicated task to run and maintain it especially when you want to use open it to outside world (e.g. using it as a collaboration platform with customers). Use of simpler skins is one time job.

Most important (in my opinion) is to get someone assigned to keep it (Confluence content) organized, helping new users by guiding them and sometimes just making noise to keep site running live and not allowing it become dead (after a month of silence nobody will be interested to visit it).

And if you have used Trac before consider (mental) cost of switching. If Trac was heavily used this cost might be too high. If only small part contributed to Trac then it (switching to Confluence) is worth trying.

link|improve this answer
feedback

It worked fine for us. Word integration is really good, and its feature set is not in any other wiki solution. You can change skins if you don't like the default.

link|improve this answer
feedback

I have used Confluence, and respect it as an application. However, I think that wikis are at their most effective when they provide the least possible "cognitive interference" to the storage/dissemination of information. By cognitive interference I mean one or more of: excessive effort to add an article/piece of info; lots of administrative tasks only tangentially related to the adding of an article/piece of info; interface that tries too hard to produce "publishable quality" documents.

For me the wiki is always a Work in Progress, and it's style, design and interface should always reflect that.

And for all of those reasons, my favourite wiki is OpenWiki (and OpenWiki NG - R.I.P.)

link|improve this answer
feedback

One caveat, if you are running Confluence from an SSL connection DO MAKE SURE that your browser caches artifacts from SSL sites (which, in theory, it shouldn't). Confluence under SSL without caching is borderline unusable.

link|improve this answer
feedback
* Do you agree it's not as easy to use as other software, can anything be done about it?

It may not be as easy as some, but that's a tradeoff -- it's just very difficult to find a product that is both simple and powerful. "Powerful" meaning offers you the features to do many useful things. So it's important to know what you really need, and what you are likely to need. At my organization we have both internal and customer-facing pages, and Confluence gives us the stability/extensibility/flexibility we need. We use many of the plugins available, occasionally with mixed results as Confluence may exhibit bizarre behavior when some 3rd party plugins are pushed too far. (And that line isn't always clearly delineated!)

* What are its other shortcomings?

Plugins can cause unpredictable behavior (see above). Performance on a network -- even a decent one -- can be a little clunky at times. Unfounded claims, such as that you've already edited pages which were not saved (though almost always harmless), can be all too frequent and annoying.

* Would you choose a different wiki if you had another chance?

I've used a few different ones, and each has its drawbacks and pluses. Some of the free ones are much less stable than Confluence. Confluence support has been responsive if not always able to solve issues.

link|improve this answer
feedback

I agree with this recent comment. Certainly the lack of true MediaWiki-style templates is the worst part about confluence. Or is it that you have to pay for it (MediaWiki is free)?

Use MediaWiki. There is a worldwide supply of knowledge and it is easy to figure out how to do things. Confluence is a niche product that is just horrible from a support perspective.

link|improve this answer
feedback

After giving a confluence a try and tried to use it as a project documentation application. Confluence is not what it seems. Here are the page editing options;

  • Editör: Big shiny editor. The first thing you see in confluence advertisements. Your team will not use just for one thing. It does not work ! Its buggy as hell. Even simple bulletting is problem.

  • Office Connect; Just editor your pages in word ! Increadable !! It's office connect thing does not support internet explorer 9 (can you belive it ?!?), firefox 4 and chorome. Therefore if your IT department upgraded your browser to ie 9 you can not use this option.

  • By the way confluence does not support (editing, even viewing or browsing functionality) internet explorer 9. Cool huh :)

  • Ah almost forgot, you can use web dav !!! Yea you can use your wiki just like you are browsing your local drive... But. Confluence have it's own apache tomcat install because it does not work well with other applications in the same apache tomcat instance. (Like jira) So you have given it a new port and then added a proxy in your default 80 port apache server. Like a front end. (installation documents has gave you the proxy tip). However ! webdav has a bug it does not chage your proxied url it still uses unproxied url. (Yes you can custom open the port...)

So you can use good old wiki syntax :D Of course if you can persuate sales and marketing team and also majority of the developpers.

Cool story; one word don't but it don't use it.

link|improve this answer
3.5 and 4.0 have worked just fine for me in IE 9.0. I do normally use Firefox with it though, since you cannot paste images into the editor using IE. Based on the date of your posting I'm assuming you were using 3.5. The editor in 4.0 is much improved, looks very nice. It still has some odd little bugs, but I've never seen a web-based editor without them. – Tom Winter Nov 9 '11 at 17:02
feedback

Confluence is much more heavy than Trac in all aspects without providing any serious additional benefits. We use both in different parts of the company. Statistically Trac Wikis are MUCH better populated and much more actively used.

the following is just my subjective opinion:

Most of the features you've listed as Confluence benefits do exist in Trac (attachements, change tracking) or could be added as plugins/macros (move/rename) or could be easily developed by someone in your team with minimal python knowledge.

If your users are technical then they would appreciate a simple yet powerful Trac Wiki more than the 'Word integration'. In my experience Word integration is actually less efficient way for a professional to create a Wiki page then just type it.

link|improve this answer
s/attachments/attachment change tracking/. I know trac has change history, but the recent changes ("timeline") interface is awful [in the whatever version we use at least]. I'm not looking forward to making any changes to the KM system, because I have really no time for that. – Nickolay Oct 4 '08 at 14:29
What about confluence? I myself think that "heavier" is usually a bad sign, but I'm willing to trade it for lack of needed features in this case. Are there any specific problems with confluence? – Nickolay Oct 4 '08 at 14:33
feedback

I've used Confluence for the past few months and like it. I agree with benc about the Rich Text editor. Do yourself a favor and do your editing in Wiki Markup. I found the notation guide to be muddy. By using both the user documentation on the Confluence web site and the notation guide, I could figure out how to do whatever I wanted. I've never used Trac, but I think you'll be pleasantly surprised with Confluence.

link|improve this answer
feedback

Confluence is a very well-thought product which I'm using on daily basis for personal dev purposes and would highly recommend. It was even better before 2.6 got released (the new UI sucks to my liking, gonna stay on 2.5.7 forever).

link|improve this answer
feedback

Confluence integration with Word is nice, and the ability to refactor is nice.

The integration with Jira is painful. If you want to integrate issues with documentation about the issues, go for Trac. Just be sure to install the plug-in to index attachment content. Abiword is your friend here, it can read almost anything and make it into indexable text.

filter.docx = /usr/bin/abiword -t txt "%s" -o "%s"
link|improve this answer
feedback

From using it over the past year:

What I like:

  1. The WYSIWYG editor, especially with version 4.
  2. Pages look great, very professional.
  3. Some good plugins available.
  4. Excellent support.

What I don't think I can live with any longer:

  1. Painfully slow even with a local installation on a decent machine.
  2. Having to find out the latest reason it no longer runs. Usually it's some corrupted cache file directory that has to be manually deleted.
  3. Memory hog. 0.5GB RAM even before it's populated, and that doesn't include what the browser also needs. I thought 4GB would be plenty for a virtualized lean Xubuntu development environment, not so with these Java apps.

There may be ways to optimize the performance but I really don't wish to spend any more time investigating. The 4 Atlassian apps I use take more than 2GB and I have to selectively stop and start them to work. I've heard they are trying to fix these memory requirements as hosting installations themselves it's affecting their bottom line.

If I can find something as pretty that is responsive, and is as well thought out as Confluence, I'll swap.

link|improve this answer
I don't know about how much memory it uses, but the instance I've used was very snappy and quite stable. (That was version 3.x though.) – Nickolay Dec 2 '11 at 17:14
Its response makes me feel like I'm using an app hosted externally, click, wait a few seconds, data arrives. Stability is fine until server exits unexpectedly (PC crash, power outage...). Then I have to spend time getting it going again. – jontyc Dec 3 '11 at 1:06
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.