search_issues_by_user_involvement
Find all issues connected to a user by filtering on involvement type such as assignee or reporter. Use optional project, status, and issue type filters to narrow results.
Instructions
Search for issues based on how a specific user is involved (assignee, reporter, creator, watcher, or any). Provides comprehensive filtering to find all issues a user is connected to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by issue status (e.g., "Open", "In Progress", "Done"). | |
| 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. | |
| issueType | No | Filter by issue type (e.g., "Bug", "Task", "Story"). | |
| maxResults | No | The maximum number of issues to return. Default is 50, maximum is 100. | |
| searchType | Yes | Type of user involvement to search for. | |
| projectKeys | No | Optional list of project keys to filter results. |