getComment
Retrieve a specific comment from a work item in Polarion by providing project, work item, and comment IDs. Use optional fields to filter returned data.
Instructions
Returns the specified Work Item Comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The Project ID. | |
| workItemId | Yes | The Work Item ID. | |
| commentId | Yes | The Comment ID. | |
| fields | No | Filter returned resource fields. See <a href="https://docs.sw.siemens.com/en-US/doc/230235217/PL20231017526942799.polarion_help_sc.xid2134849/xid2134871" target="_blank">REST API User Guide</a> for details. | |
| include | No | Include related entities. See <a href="https://docs.sw.siemens.com/en-US/doc/230235217/PL20231017526942799.polarion_help_sc.xid2134849/xid2134871" target="_blank">REST API User Guide</a> for details. | |
| revision | No | The revision ID. |