get_jama_item_comments
Retrieve threaded comments for a specific Jama item by providing its item ID.
Instructions
List comments threaded on an item.
Args:
item_id: numeric string Jama item id.
limit: max comments to return (default 50).
Returns:
{"item_id","count","results":[{id,body,created_by,created_date,
modified_date}, ...]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| item_id | Yes |