I'd like to be able to track how many issues a filter was returning each day.
For example, on Monday it would return 34 and on Tuesday it would return 27. Maybe some issues were resolved, some were deleted, some were no longer fitting the filter etc. What I would want is to keep the first number as well, to know that on Monday we had 34 issues in that filter.
Is there a way to track these numbers? As soon as the changes are done, the old number is lost forever. Is there any way to keep this data? Maybe a gadget or some other way.
Thanks,
Ovidiu.
We first did this by creating a scheduled (cron) Python script that called the filter using the REST API and stored the result in a local MySQL DB. Would only take an experienced developer a couple of hours.
In the beginning, I looked at the data using TOAD and Excel, we later built another script that read the data and created a graph which was emailed every morning.
It is possible you can use Arsenale Dataplane Add-On for this as well, I'm not sure.
It depends on what filter do you have but based on what you said, it seems that the filter is dynamic. My first question is, where do you want this numbers to be stored? You want to automatically save the result number, but where? Where do you plan on displaying it? A gadget will not work here as it only displays whatever a filter returns. The other way is to update your filter to return something fixed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is a workaroud, but you could try to create a subscription and store resalts of a filter into a letter.
You also can create some rules for mail to put such leters into specified folder.
Best regards,
Vasiliy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.