Hello Team,
I have one requirement, which we are trying to automate, using scripting. Every month we want to get an collective data of all those issues on which time logging in done for a month. In general, say for month of January, I want to download information of those issues from a specific board on which time was logged in January, In addition to it, there are mutliple filters we need to apply on that, I have tried creating an filtered API for getting this information, but that process is currently manual. As I am hitting the API, downloading it in html/csv format But i want to automate that part, using scripting that my script should call that API download all data from that API and parse it. But I only want data, currently if I am using curl and wget command for this downloading it is downloading me the entire page also it's format. I only the data which that API is giving me basically the report.
What is the possible way I achieve this?
Please need help/advice on this.