get_user_activity_history
Retrieve recent user activity stream including comments, status changes, and field updates. Filter by activity type and project for targeted tracking.
Instructions
Get a stream of recent user activity, such as issue comments, status changes, and field updates. Can filter by activity type and project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days to look back for activity. Default is 30. | |
| startAt | No | The starting index for pagination. Default is 0. | |
| username | No | The username of the user (alternative to accountId). | |
| accountId | No | The Atlassian account ID of the user. | |
| maxResults | No | The maximum number of activities to return. Default is 50, maximum is 100. | |
| projectKeys | No | Optional list of project keys to filter results. | |
| activityType | No | Type of activity to retrieve. Default is "all". | all |