Add the ability to search for ideas by username via the REST API Ideas endpoint. This would allow easier integration with other systems such as via a support desk. That system could then easily be extended to show Ideas logged in Aha alongside support cases, via a dashboard / report view for that specific user.
This is possible today with the ideas endpoint. You can filter the list by idea_user_id to see all the ideas that they submitted.
https://www.aha.io/api/resources/ideas/list_ideas
+1. Are idea submitters frequently want to know the status of their ideas. We have a slackbot that allows them to ask, but right now we have to pull every idea and filter by created_by_user and created_by_portal_user. Which obviously sucks.