Note: I dont want to know the total hours logged for a particular project/story/task.
On an individual level (lets say myself), i want to check how many hours have i logged in jira on 15-03-2023.
In python I am currently using atlassian-python-api but that doesnt have this feature. I am open to use any alternative package which can provide me this information.
even a query would be helpful.
I can then use jira.jql() to fetch the information i need
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.