CreateAgileWorkItem

This method creates a work item under the item identified by parentId. The integer value returned is the ID of the newly created work item. The parameters for the CreateAgileWorkItem method are:

Parameter Datatype Description
token string The token returned by the Connect method.
awiType string The type of agile work item to be created.
parentId integer The ID of the parent agile work item under which the agile work item is being created.
name string The name for the agile work item to be created.
owningInvestmentID string The ID of the item under which the agile work item should be created.
fields attribute[] The key/value pairs of the attributes associated with the new agile work item.