provider Issue worklogs POST
/rest/api/3/worklog/list @utdk/jira
/rest/api/3/worklog/list Get worklogs
Returns worklog details for a list of worklog IDs.
The returned list of worklogs is limited to 1000 items.
**[Permissions](#permissions) required:** Permission to access Jira, however, worklogs are only returned where either of the following is true:
* the worklog is set as *Viewable by All Users*.
* the user is a member of a project role or group with permission to view the worklog.
- expand query
- Use [expand](#expansion) to include additional information about worklogs in the response. This parameter accepts `properties` that returns the properties of each worklog.
- string
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.getworklogsforids()