Hi,
I´m having difficulties to get all the worklogs from all users in a time range. Can someone help me to do that using rest api?
Hello Sigga,
Welcome to Atlassian Community!
Please, check the documentation below to know how you can get all the work logs from issues using REST API:
Once it is exported, you can filter in an external application by the started and Updated parameter which time range is relevant to you.
Let me know if this information helps.
Hi Petterson,
thanks for the reply. Do you have some example to share? I´m asking you this because when I use the examples in the documentation I only get some pieces of information, what a need is the number of hours worked by users individually, separated by project, and issues. Until now a could not get this information with that detail level.
Could you help me?
Thanks again
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Let me bring some more information. This is the query that I'm using:
rest/api/latest/search?maxResults=100&jql=updated>=2019-01-1andupdated<=2019-01-10&fields=worklog
however i'm getting worklogs from outside de time range:
"created": "2018-12-14T13:40:10.520-0200",
"updated": "2018-12-14T13:40:10.520-0200",
"started": "2018-12-14T12:00:00.000-0200",
I need to bring only the worklogs from the time range on the query.
Glad for any help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.