cblown
13 years agoBoss
Ideas Statistics
Hi All We are exploring options relating to the Lithium Ideas Exchange to create a custom component that displays Number of ideas submitted Number of votes submitted Number of comment...
We are still looking for help with this issue, here is what we have so far:
Number of ideas submitted -- Using metrics Net Ideas
Number of kudo submitted -- Using REST api - /boards/id/<id>/kudos/count we can fetch total kudos for each Ideas board and tally.
Number of comments posted -- Using metrics Net Ideas Comments
Number of ideas implemented -- No solution found ( we can't see anything in the metrics? )
We've looked at the REST call
/board/id/<id>/threads/for/message_statuses/id/<implemented> .. /top/count .. /recent/count ../popular/count
But we are after a count for ALL "Implemented" Ideas to date.
Hi cblown ,
I'm resurrecting an old thread but wondered if you were ever able to grab " Number of ideas implemented ". I'm trying to filter by date as well. I'd love anything that says "filter by status changed between date1 and date2" but I'm not seeing that either. Wondered if you had any ideas based on this old issue?
Thanks!
mdfw You can use the CSV search export to see every idea's status. If you pull it monthly (or at whatever interval), you can get the data your looking for and then compare the month to month results to see the delta/changes.
Hi StanGromer - Thanks! That's what I was afraid someone was going to suggest and what I assumed from poking around the API. I'll probably start doing that, but that also means I have no historical data to compare against. Disappointing gap.
Thanks again.