Download a time report but first select the from and to dates
Hello,
I wish to expand on the method outlined here: https://youtrack-support.jetbrains.com/hc/en-us/community/posts/360010637480-Download-report-via-REST-API-or-get-data-in-some-other-way-
I would like to acheive similar results for this time report https://drunomics.myjetbrains.com/youtrack/reports/time/83-827?line=issue except that I'd like to get the report in chunks of 1-month so that I can plot the data on a graph.
Reading the documentation, I did not find a way to specify "from" or "to". Could you point me in the right direction?
An alternative I'd consider is Workflow reporting outlined here: https://www.jetbrains.com/help/youtrack/devportal/generate-time-reports-workflow.html#use-workflows-reporting
Please sign in to leave a comment.
Hi!
I'm Sergey from the YouTrack team.
That's not possible, I'm afraid. You'll need to create a separate report for each chunk and retrieve it via the REST API. Alternatively, retrieve all the report's data and filter it afterwards if possible.
Yes, sure, you can use it. Just want to note that it's not related to the built-in reports in any way. Those are just scripts that gather and process data separately.