Crucible 2.2 : Crucible's URL Structure
This page last changed on Nov 19, 2009 by edawson.
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: ![]() Create ReviewThis 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 http://example.com/crucible/cru/create?csid=18905&repo=CLOV Crucible ReviewsThis 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 http://example.com/crucible/cru/CR-1 Crucible ProjectsThis 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 http://example.com/crucible/cru/browse/CR-CLOV Search Crucible ReviewsThis 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 http://example.com/crucible/cru/search?query=november-audit Search Crucible Review CommentsThis 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 http://example.com/crucible/cru/commentSearch?search.text=imho Looking for a page on the FishEye URL structure? Click here. |
![]() |
Document generated by Confluence on Feb 23, 2010 02:04 |