Skip to Main Content

Share your product feedback

ADD A NEW IDEA

API

add options to set / change the creationdate and the creator of an admin_response

What is the challenge? Admin responses will always have the date when it the response was added to the system and will ever be from that person who added it What is the impact? losing history when migrating ideas Describe your idea just make the a...
Oliver Berger almost 2 years ago in API / Ideas portal Future consideration

API to query on custom fields

I'm looking at https://www.aha.io/api/resources/ideas There is an API to search ideas by name, by id, by tag but I don't see any API to search ideas by custom fields. Is that supported?
Guest over 8 years ago in API / Ideas Future consideration

Ability to filter on visibility for Ideas API

For "List ideas" and "List ideas for a product" endpoints, it would be useful to have the ability to filter on visibility values. In my application I want to display a list of just ideas with specific visibility values, not all values. Currently I...
Kieran Scott almost 3 years ago in API Future consideration

Integration with Adobe Workfront Fusion

I am interested in your software but I need the following two asks: I need this to have a native integration with Adobe Workfront or at least a RESTAPI with Workfront Fusion and if your software is compliant with SAFe Framework. Thanks.
Guest almost 4 years ago in API Future consideration

Integration with MixPanel

Mixpanel would be a useful product to integrate with.
Daniel Megson almost 4 years ago in API Future consideration

Ability to search comments through API

Who would benefit? Comments to an idea can be added by almost anyone, even if they are not the original owner of the idea, and even without admin permissions. So, if we enabled API search for comments, a non-admin user could add a searchable hasht...
Guest over 2 years ago in API Future consideration

Add 'identity provider type' attribute to 'Update user' API endpoint

Who would benefit? Customers who manage user provisioning and updates through SSO and automated API processes What impact would it make? Customers can manage their user's authentication method en masse through the API - especially helpful with lar...
Justin Waldorf over 2 years ago in API Future consideration

REST API documentation clarification

☑ I need an update ☐ I have a new content idea Please provide more details below: Article title Custom pivots API Describe the problem or challenge KB update What's wrong with the existing article? Content idea What c...
Laurel McHugh 11 months ago in API Future consideration

Azure Connector for Aha! RESTAPI

Create an Azure Connector https://docs.microsoft.com/en-us/connectors/ so that we can integrate easily with other applications using the Power Platform and Logic Apps. Essentially this is a wrapper for the Aha! API.
Dave Ball over 3 years ago in API Future consideration

Return raw value changes in /api/v1/audits

What it looks now: { "audits": [ { "changes": [ { "field_name": "Assigned to user", "value": "Default assignee → Anton Aha", } ] } ]} Proposal: { "audits": [ { "changes": [ { "field_name": "Assigned to user", "value": "Default assignee &a...
Anton Kuzmenko almost 3 years ago in API Unlikely to implement