Hi,
Can anyone please help me to know how to get the work log of "x" number of authors for certain duration (for a week OR month) using rest api?
Regards,
Dear @Shain Jadhav,
Pseudo - Algo:
1) search for issues "for a certain duration" (GET /rest/api/2/search).
2) for each issue call GET /rest/api/2/issue/{issueIdOrKey}/worklog.
So long
Thomas
Thanks Thomas for your feedback but my ask is to have the work log in a single steps instead multiple.
Could you please help me to get the solution in a single step via REST API?
Question was: How to get the work log of a project "x" for "y" number of authors for a certain period (A week / Month) using REST API.
Regards,
Shain
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear @Shain Jadhav,
there is no single step. You have to do like I wrote. This 'logic' has to be done by you. Rest will just provide the issue information.
You can only short it, eventually. The search should already return work log entries, but you have to aggregate them on your own.
So long
Thomas
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.