-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: API - Model Context Protocol
-
None
Summary:
Currently when querying a Jira work item via MCP, the tools getJiraIssue or searchJiraIssuesUsingJql are used
When asking to return work logs only the first 20 results are returned however as the tools don't support pagination any extra results are not available
Request:
Support pagination with the Jira tools for all fields that they return in a manner similar to the Jira API:
GET /rest/api/3/issue/{issueIdOrKey}/worklog?startAt=0&maxResults=100
Alternatively build a specific tool to return work logs that support pagination