provider POST
/rest/internal/api/latest/worklog/bulk @utdk/jira
/rest/internal/api/latest/worklog/bulk Get worklogs by issue id and worklog id
Returns worklog details for a list of issue ID and worklog ID pairs.
This is an internal API for bulk fetching worklogs by their issue and worklog IDs. Worklogs that don't exist will be filtered out from the response.
The returned list of worklogs is limited to 1000 items.
**[Permissions](#permissions) required:** This is an internal service-to-service API that requires ASAP authentication. No user permission checks are performed as this bypasses normal user context.
Try it
Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.getworklogsbyissueidandworklogid()