![]() | The content on this page is deprecated. Please see the separate documentation space for developer reference material about FishEye and Crucible. |
This page contains information about the Crucible URL structure for plugin developers. Knowing the structure, you will be able to construct hyperlinks for use in plugins or gadgets and find API specifications for your version of Crucible.
On this page:
There is also a page about the FishEye structure.
Create Review
This creates a Crucible review on the specified changeset and repository.
In the example below, insert the desired changeset ID in place of "MY_CSID" and the desired repository name in place of "REPNAME".
Basic form
/cru/create?csid=MY_CSID&repo=REPNAME
Example with typical values
http://example.com/crucible/cru/create?csid=18905&repo=CLOV
Crucible Reviews
This opens a Crucible review page with the specified review key.
In the example below, insert the desired review key in place of "MY_REVIEW_KEY".
Basic form
/cru/REVIEW_KEY
Example with typical values
http://example.com/crucible/cru/CR-1
Crucible Projects
This opens a Crucible project page with the specified project key.
In the example below, insert the desired project key in place of "MY_PROJECT_KEY".
Basic form
/cru/browse/MY_PROJECT_KEY
Example with typical values
http://example.com/crucible/cru/browse/CR-CLOV
Search Crucible Reviews
This searches Crucible reviews with the specified search string.
In the example below, insert the desired string that you want to match against review titles in place of "QUERYSTRING".
Basic form
/cru/search?query=QUERYSTRING
Example with typical values
http://example.com/crucible/cru/search?query=november-audit
Search Crucible Review Comments
This searches comments on reviews in Crucible.
In the example below, you would insert your search string in place of the word "TEST".
Basic form
/cru/commentSearch?search.text=TEST
Example with typical values
http://example.com/crucible/cru/commentSearch?search.text=imho
Looking for a page on the FishEye URL structure? Click here.