get_user_recent_updates
Retrieve recent activity updates for a specific Backlog user, with filters for activity type, count, and ID range to track their project involvement.
Instructions
Returns recent updates (activities) for a specific user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of activities to retrieve (1-100, default: 20) | |
| maxId | No | Maximum activity ID | |
| minId | No | Minimum activity ID | |
| order | No | Sort order ("asc" or "desc", default: "desc") | desc |
| userId | Yes | ID of the user to retrieve activities for | |
| activityTypeId | No | Activity type IDs to filter by |