get_user_issues
Get issues for a user in a Jira board by assignee or reporter, with optional status filter.
Instructions
Get all issues assigned to or reported by a specific user in a board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Type of user association with issues | assignee |
| status | No | Filter by issue status | all |
| boardId | Yes | Jira board ID | |
| username | Yes | Username to search issues for |