getWorkItemComments

Retrieves comments that had been previously added to a work item.

Required System Actions

queryAudit

Usage

BPMCommentService.WorkItemComments(model, callback)

Parameters

Parameter Type Description
model CommentModel The data model to be passed to the $scope object.

Identify the work item by providing a work item ID in CommentModel.workItemId.

The response populates CommentModel.data.

callback Function Callback function to handle success or failure results from the request.