Get Project Issues
jira_get_project_issuesRetrieve all issues from a specific Jira project with pagination support. Use this tool to access project issues when API tokens are unavailable due to corporate SSO authentication.
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 |
|---|---|---|---|
| project_key | Yes | Jira project key (e.g., 'PROJ', 'ACV2') | |
| limit | No | Maximum number of results (1-50) | |
| start_at | No | Starting index for pagination (0-based) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |