I want to write a python code that will extract the Team Worklog Reports data into an excel for me. I don't know how to do it and most importantly if there is a way of doing it.
Welcome to the community @Sourabh Saha !
There is an API for work logs, which can be found here: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs/#api-rest-api-3-issue-issueidorkey-worklog-id-put
As for excel exporting, where do you plan to store the data that you get from the API response? Within Jira? If so, there is no option to export in excel rather XML and Word.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.