get_work_package_activities
View the activity log for a work package, newest first. Optionally limit entries and truncate long comments.
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., "OPM-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 |