|
Version Control Integrations > IBM Rational Team Concert Integration > Configuring Servers, Clients and Plug-Ins |
|
|
Setting Up and Configuring Follow-Up Actions |
|
After you installed the Collaborator plug-in for Rational Team Concert, you need to configure follow-up actions in Team Concert.
This will open the Team Area view.
Update Reviews for Each Linked Work Item This follow-up action creates a review associated to a work item when a new changeset is added to that work item. The changeset must be new. If you add changes to some existing changeset associated with the work item, the review is not automatically updated. In this case, you need to change the work item's state and save the changes. If you have another follow-up action configured (see below) this will update the review. The action's settings are stored in an XML file. You can change the action settings, and they will override the plug-in's settings. To do this, simply edit the XML file of the action. Below is a sample XML snippet with action settings: <followup-action description="Collaborator - Update Reviews for each linked Work Item" id="com.smartbear.collaborator.rtc.process.ChangeSetModified" name="Collaborator - Update Reviews for each linked Work Item"> <CollaboratorURL value="http://localhost:8080"/> <CollaboratorProxyHost value="proxyhost"/> <CollaboratorProxyPort value="22"/> <CollaboratorUserID value="admin"/> <CollaboratorUserPassword value="123"/> <retries value="1"/> <retryDelayMs value="500"/> </followup-action> Here are some notes on the file contents:
To prevent possible issues dues to these delays, use the retries and retryDelayMs values. The retries value specifies the number of times the follow-up action repeats its requests, and the retryDelayMs value indicates the number of milliseconds the action will wait for a response. Both settings accept only positive integer numbers as their values. Since the delay can depend on the Rational Team Concert server settings, there are no pre-defined value that will work on every server configuration. You can start using small numbers for the values (like 3 retries and 500 ms delay) and then increase or decrease these values until you find a configuration that works best for you. The Collaborator plug-in uses this follow-up action to track the changes of a work item state. The action's settings are stored in an XML file. You can change the action settings, and they will override the plug-in's settings. To do this, simply edit the XML file of the action. Below is a sample XML snippet with action settings: <followup-action id="com.smartbear.collaborator.rtc.process.UploadToCollab"> <CollaboratorURL value="http://localhost:8080"/> <CollaboratorProxyHost value="proxyhost"/> <CollaboratorProxyPort value="22"/> <CollaboratorUserID value="admin"/> <CollaboratorUserPassword value="123"/> <type value="Defect"/> <type value="Enhancement"/> <type value="Task"/> <StateChangedTo value="New"/> <OnStatus type="Story" state="Implemented"/> <updateReviewers value="false"/> <newReviewOnCancel value="false"/> </followup-action> Here are some notes on the file contents:
The updateReviewers setting lets you enable or disable this functionality. If the value is true or not specified, the Collaborator will update the Participants list of a review. To disable this functionality, set the value to false.
Other Configuration Actions In addition to configuring the Collaborator plug-in for Rational Team Concert and follow-up actions, you also need to configure the Collaborator server. For detailed information on this, see topics of the Configuring Servers and Plug-Ins section. |
|
© 2003-2025 SmartBear Software. All rights reserved. |