Is it possible to get activity per day using the request?

lv.sorokina December 10, 2019

I need to collect all users activity per day.
So, I get it with
GET
https://jira.jet.su/plugins/servlet/streams?maxResults={res_count}&relativeLinks=true&providers=issues

Is there a parameter for time limits? 
(for ex by
<published>2019-12-10T18:48:58.497Z</published> or
<updated>2019-12-10T18:48:58.497Z</updated>

Or mb it's possible to sort by user (exclude JiraBot)?
The problem is that the actual limit of the return values, despite the maxResult , is only 1000.

0 answers

Suggest an answer

Log in or Sign up to answer