Crucible 2.0 : Crucible's URL Structure
This page last changed on Jun 29, 2009 by rosie@atlassian.com.
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 Example with typical values 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 Example with typical values 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 Example with typical values 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 Example with typical values 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 Example with typical values http://example.com/crucible/cru/commentSearch?search.text=imho
|
![]() |
Document generated by Confluence on Jul 09, 2009 19:51 |