get_work_package_activities
Retrieve a work package's activity log, most recent first, with optional comment text limits to keep results compact. See who commented and what changed to review progress.
Instructions
Get the activity log for a work package, most recent first.
work_package_id: internal id (e.g., 952) or display_id (e.g., "PROJ-51"), not UI display number.
Comments are capped by default to keep the log compact; pass text_limit
to widen (or 0-based semantics via a larger value) the per-comment cap.
When a comment is cut, comment_truncated is true and comment_length
reports its real length.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| text_limit | No | ||
| work_package_id | Yes |