get_work_package_activities
Fetch a work package's activity log, newest first, to see comments and changes. Use it to audit updates and review project history.
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 |