jira_get_project_issues
Retrieve all issues from a Jira project with pagination support. Specify the project key to fetch a list of issues, controlling results per page and starting 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 |