| Name | Crucible Plugin |
|---|---|
| Vendor | Atlassian (Website) |
| Authors | Conor MacNeill |
| Homepage | http://confluence.atlassian.com/display/CONFEXT/Crucible+Plugin |
| Issue Management | https://studio.plugins.atlassian.com/browse/CONFCRUPLUG |
| Continuous Integration | n/a |
| Categories | External Tools |
| Most Recent Version | 1.6 |
| Availability | confluence v2.9.1 to v2.10.4 |
| State | Stable |
| Support |
|
| License | Freeware / Open Source (BSD) |
| Price | Free |
| Release Docs | |
| Java API Docs | n/a |
| Download Source | |
| Download JAR | 772 |
| Due to a bug in the Atlassian Plugin Repository the download link above doesn't work.
Download here. |
Description
The Confluence Crucible plugin provides integration between Confluence and Crucible.
| This plugin is only compatible with Confluence 2.9.1 and later |
Usage
The plugin has two components.
It contains an RPC module which allows the Crucible Confluence Light SCM plugin to access a Confluence instance to get data to be used in the creation of reviews of changes to Confluence pages. You need to configure Confluence to trust your Crucible instance, and you will need to have the same set of users in both Confluence and Crucible.
It provides the {crucible-reviews} macro, which displays a list of reviews.
The {crucible-reviews} macro takes the parameters:
| url | The URL of the Crucible instance which is the source of reviews. |
| filter (optional) | The name of the filter determining which reviews are listed. The default is to show all open reviews for the current user. Filter names are:
|
Crucible must be set up to trust your Confluence instance, and user names in Crucible must match those in Confluence.
An example:
{crucible-reviews:url=http://localhost:8060}
NOTE: Please do not specify a trailing "/" in the URL.
Installation
Download the plugin jar (URL at top of this page) and upload via the Plugin Manager.
| This plugin now accessible through the Confluence Repository Client. |
Plugin Versions
| Version | Date | State | License | Price |
|
|
28 Oct 2008 | Stable | Freeware / Open Source (BSD) | Free |
|
|
18 Sep 2008 | Stable | Freeware / Open Source (BSD) | Free |


Comments (9)
Jan 16, 2009
Jamie says:
Would like to download this plugin but on downloading get the error: org.spring...Would like to download this plugin but on downloading get the error:
org.springframework.dao.DataIntegrityViolationException: Hibernate operation: could not insert: [com.atlassian.confluence.setup.bandana.ConfluenceBandanaRecord#1507711]; SQL []; ERROR: value too long for type character varying(100); nested exception is org.postgresql.util.PSQLException: ERROR: value too long for type character varying(100)
Caused by: org.postgresql.util.PSQLException: ERROR: value too long for type character varying(100)
And no source link
cheers, jamie
Jan 18, 2009
Nick Muldoon [Atlassian] says:
Hi Jamie, You can download from here. Thanks, Nicholas Muldoon Sales Engineer...Hi Jamie,
You can download from here.
Thanks,
Nicholas Muldoon
Sales Engineer
Jan 19, 2009
Jamie says:
Thanks Nick. Works nicely. Would be good to be able to create the reviews fro...Thanks Nick.
Works nicely.
Would be good to be able to create the reviews from confluence as mentioned in Bug 1.
Finding the pages you want to review is a bit of a faff. Would be good to be able to filter by user, so I could review several changes that a certain user had recently made.
Would also be nice to be able to select a space and it show the recent changes - generally I'll want to review something that has changed relatively recently.
And I think I would filter out personal spaces unless I specifically ask for them.
Also, when going to the Review tab then back to Manage Files, it should take me directly to the Files tab if the review only consists of confluence page reviews... showing the changelists tab is a bit confusing.
cheers, jamie
Jan 19, 2009
Jamie says:
For this to really work well I think you need to ability review draft changes, o...For this to really work well I think you need to ability review draft changes, or have some "unpublished but saved" status for pages in confluence (without having to splash out on http://confluence.atlassian.com/display/CONFEXT/Approvals+Workflow+Plugin).
Doing a review of published pages is slightly bass-ackwards.
cheers, jamie
Jan 19, 2009
Nick Muldoon [Atlassian] says:
Hi Jamie, We have not explored this in detail at this stage but you may wish to...Hi Jamie,
We have not explored this in detail at this stage but you may wish to get started by taking a look at some other approval tools.
There are a few plugins that provide workflow and review capabilities which we have outlined for you here. Any feedback you can provide on that process would be great.
Thanks Jamie.
Cheers,
Nick
Jan 19, 2009
Nick Muldoon [Atlassian] says:
Hi Jamie, Thanks for your suggestions and feedback. I have created a feature r...Hi Jamie,
Thanks for your suggestions and feedback. I have created a feature request based on the information provided above.
Feel free to create an account so that you can vote and comment on these issues yourself.
Thanks Jamie.
Regards,
Nicholas Muldoon
Sales Engineer
Feb 10, 2009
Sam Couter says:
You should add a note that the default trust timeout in Confluence of 1000 is wa...You should add a note that the default trust timeout in Confluence of 1000 is way too short, even on a fast local network. 30000 didn't work for me, 90000 does. I suspect at this point that it's not milliseconds but microseconds.
Sep 02
Larry Shatzer says:
When will this plugin support Confluence 3.0?When will this plugin support Confluence 3.0?
Sep 30
Mikis Seth Sørensen says:
I've created a issue for this at http://developer.atlassian.com/jira/browse/CONF...I've created a issue for this at http://developer.atlassian.com/jira/browse/CONFCRUPLUG-9.