We are currently hitting a limitation on the MCP where we can only retrieve and view up to 20 Jira worklogs at a time.
Because we rely on this data for accurate daily time tracking and team reporting, we need visibility into the full set of logs. Is this 20-item cap a hard limit on the MCP side, or can we adjust the parameter/payload to return a larger dataset or enable pagination?
Let me know what our options are here.
Best regards,
I'm not sure on this one and all I could find is Worklogs beyond the first 20 per issue cannot be retrieved — no tool exposes GET /rest/api/3/issue/{issueIdOrKey}/worklog .
I did look for an Atlassian reference on if this is a bug or a feature and came up with nothing.
I would recommend following up with Atlassian Support to verify, and if you do please let us know their response.
Others in the community might know and respond here as well so we will see.
Update: Maybe I did find it here Support pagination for getJiraIssue and searchJiraIssuesUsingJql tools in MCP , if this is what you are looking for also you can log in, vote and follow it.
You could always do this using the Jira REST API instead of MCP as it supports pagination.
Reference: Issue worklogs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @tcunha -
This is a Jira API constraint, not an MCP issue. The /rest/api/2/search endpoint returns at most 20 worklogs per issue — it's documented behavior. To get the full set, you'd need to call /rest/api/2/issue/{issueIdOrKey}/worklog per issue and paginate through.
If you're tracking time at any scale, the Tempo Timesheets API v4 is worth a look — https://api.tempo.io/4/worklogs supports up to 5,000 worklogs per page with an offset parameter, and lets you filter by project, date range, issue, or user without the per-issue cap. Much easier to work with for bulk retrieval. Happy to connect you with someone to share an example call if useful.
Disclosure: I work for the team behind Tempo.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm curious, what's the total item size you're aiming to retrieve in one call, hundreds or over 1000?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hopefully someone from atlassian can clear this up, is the worklog limit coming from the mcp or from the underlying jira rest api call?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.