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...
After reading the Metrics List it looks like we can fetch the following:
Net Ideas - The number of ideas posted to idea exchanges (Ideas), minus the ideas that have been deleted (Ideas Deleted).
Net Ideas Comments - The number of ideas added to idea exchanges (Ideas Comments), minus those that have been deleted (Ideas Comments Deleted).
2 down, 2 to go..
Can't see any reference to "Ideas statuses" and "Ideas Votes" though.. any ideas?
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.
This would be super helpful for our purposes too.
Please forgive the ineptitude but in creating these calls, where it's like HTML code, as front-end users are we able to enter these somewhere to create reports? Or do we need access in the back-end?
It would be really convenient for more detailed reports to come out of Ideas Exchange, including regularity of tags and labels, a status tracker to identify how long ideas have stayed in a status for, and how to measure individual ideas as well as figures taking into account how many ideas are moved and merged into others.
Would be super handy eh @ClaudiaS??
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.