get_my_issues
Retrieve Jira issues assigned to you with optional status filtering and result limits to track your tasks efficiently.
Instructions
Get issues assigned to the current user.
Args:
status: Filter by status (e.g., 'To Do', 'In Progress', 'Done')
max_results: Maximum number of results to return (default: 10)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| max_results | No |