URL からレビューを作成する
You can set up a URL that you can then click to create a Crucible review.
The format of your URL is as follows:
http://localhost:8060/cru/create?csid=%2F%2F&repo=a%2F1234&csid=%2F%2Frepob%2F7583
The parameters are as follows:
パラメーター | 説明 | 必須かどうか |
---|---|---|
csid | The changeset ID. You can specify one or more, of the form //repo/csid (where '%2F' is the URL-encoded form of is '/' ) | はい |
repo | The name of your repository. | Yes (unless supplied in the csid) |
title | The title of your new Crucible review. | いいえ |
description | The description of your new Crucible review. | いいえ |
When you click the URL, you will be prompted to select the relevant projects if more than one project exists) in which to create your review. A new draft review will then be created, including the following information:
- The content of the changeset becomes the content (i.e. files) to be reviewed.
- The author of the changeset becomes the author of the review, if Crucible is aware of this user. Otherwise the creator of the review becomes the author.
- The creator of the review becomes the moderator.
- The commit log message is used as both the Title (unless you have explicitly defined a title in your URL) and Statement of Objective.
All aspects of the review can be changed. To edit any of the above settings, click the title to see the 'Edit details' screen. Or you can click the Manage Files tab.
The next step is to add reviewers.