How to get worklog data using JIRA API instead Tempo API

Hello,

Is it possible to access worklog data using Jira API ?
Currently, I investigated how to do it via Tempo API, but
exploring Jira features I realized that worklogs appears also outside
Tempo application.
By worklogs I understand logged tickets into Tempo app.
Can somebody help mi with that ?

Many thanks!

Hi @PawelWyparlo. Welcome to the developer community. There is the Get Worklogs API method, which you can read about here:

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs/#api-rest-api-3-worklog-list-post

Have you tried that out yet?