get_my_issues
Retrieve issues assigned to you from Jira. Filter by status and set result limits to track your tasks and manage workload.
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 |