jira_my_tasks
Retrieve your assigned Jira issues, with optional status filtering to focus on tasks in progress or to do.
Instructions
List Jira issues assigned to the currently authenticated user, optionally filtered by status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by status name (e.g. "In Progress", "To Do") | |
| startAt | No | Pagination offset (default 0) | |
| maxResults | No | Max results (1-50, default 10) | |
| response_format | No | Output format (default json) |