Skip to Main Content

Share your product feedback

ADD A NEW IDEA

API

Showing 62

Enable filtering on custom fields in Custom Table Records List API

Who would benefit? Any customer using custom tables, particularly those integrating with other data sources or needing API-based filtering capabilities What impact would it make? Scripting updates from other sources of truth such as taxonomy syste...
Guest 11 months ago in API 0 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 11 months ago in API 0 Future consideration

Delivery Risks via API

Who would benefit? Users wanting to access this data externally What impact would it make? Allow users to use this data outside of Aha (i.e. external reports, dashboards, etc.). This would allow us to keep track of when something is at risk. How s...
Guest almost 1 year ago in API 0 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 about 1 year ago in API 0 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 over 1 year ago in API 0 Unlikely to implement

API to list requirements related to a Release

I have several integrations made via the REST API. Sometimes I need to be able to list all the Requirement items within a Release. As these belongs to Features, the only way I have is to list all the Features for a Release, and then cycle through ...
Nicola Rolando over 1 year ago in API 0 Future consideration

Scope / granular permissions for API Access

Hi All, currently every user with Aha! access can create an api token or authorize Apps to use the Api. And the Scope is tied to the user itself and not configurable. When it comes to projects, utilizing the API, it is the Application Owner / Admi...
Oliver Berger over 1 year ago in API 0 Future consideration

Ability to filter on category for Ideas API

For the "List ideas for a product" endpoint, it would be useful to have the ability to filter on categories. Users have this ability within ideas portals, but there doesn't seem to be a way to achieve this in the API.
Kieran Scott over 1 year ago in API 0 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 over 1 year ago in API 0 Future consideration

REST API: Ability to only list idea votes and comments updated since a given date

Currently, when listing Idea Votes and Idea Comments for a given Idea through the REST API, all records are returned. It would benefit consumers of the REST API to be able to specify an updated_since query string parameter so that only record upda...
Uri Goldstein over 1 year ago in API 0 Future consideration