jira_get_project_issues
Fetch all issues from a Jira project by providing the project key, with options for pagination via limit and start index.
Instructions
Get all issues for a specific Jira project.
Args: ctx: The FastMCP context. project_key: The project key. limit: Maximum number of results. start_at: Starting index for pagination.
Returns: JSON string representing the search results including pagination info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (1-50) | |
| start_at | No | Starting index for pagination (0-based) | |
| project_key | Yes | The project key |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |