Steps I've taken:
I've set up the Application links between Fisheye+Crucible and Confluence.
I've added the link between a Crucible project and a Confluence Space.
I've added Confluence as a repository under the Confluence LightSCM Plugin in Fisheye.
When I try to access the wiki repository when adding content to a review it says Wiki (not available)
Our environment is accessed through an externally available url using an authentication mechanism that blocks Atlassian products from talking to each other. For example, we have www.company.com/fecru and www.company.com/confluence but they cannot talk to each other with those URLs. Instead they use the internal ULR intranet.com/confluence and intranet.com/fecru.
So it turns out that this feature is not supported by Atlassian - for whatever reason I will not know. However you can get it to work by following these easy instructions!
svn checkout https://studio.plugins.atlassian.com/svn/CONFCRUPLUG/trunk CONFCRUPLUG
<properties>
...
<atlassian.product.version>3.5.7</atlassian.product.version>
...
</properties>
mvn clean package
Since Confluence is version controlled it is essentially the same thing as a source code repository except instead of viewing source code you view wiki markup. This has allowed our users to review specific versions of their confluence pages with all of the integration available with source code integration.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the goal here? Why are you treating Confluence as a soruce code repository?!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.