<process item>

ProcessItems *{[View <view>] CR <CR #> | [View <view>] Req <Req #> | [View <view>] Task <Task #>}

Specifies a set of process items (change requests, tasks, and/or requirements) to be included. Specifying a process item causes items linked to it in the source view to be included as well. The keyword ProcessItems can be singular. The full names ChangeRequest and Requirement can be used in place of CR and Req respectively.

By default, a process item specified must reside in the source view. However, the optional prefix View <view> can be used to select a process item in a view other than the source view. When a non-source view process item is included, the process item is not included in the source scope, but those items linked to it in the source view are included. The specific revision of each source view item linked to the process item is included.

Examples

// Include CR #451 in the source view and its linked items
include ProcessItem CR 451

//Include the items in the source view that are linked to Task #909
//inclulde Requirement #518, both from view "Triage"
//include ProcessItem View Triage Task 909
                    View Triage Requirement 518

Note: If the view name contains spaces, it must be quoted ("Release 4.3"). If more than one view in the project has the same view name, the view name can be a slash-separated view path ("Apps/Releases/Release 4.3").