Skip to Main Content

Share your product feedback

ADD A NEW IDEA

API

Showing 61

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 11 months ago in API 0 Future consideration

Trigger activity webhook event when a custom table field value is added or updated

Who would benefit? Users of the activity webhook would like to know when updates to custom table field values take place What impact would it make? How should it work? When a user updates or adds a value to a field within a custom table, that shou...
Will Lawrence 12 months ago in API / Integrations 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

Allow exporting the schema of a scorecard through the API

When developing tools which use the Aha! REST API, it can be useful to check the schema that scorecards for a specific workspace/product use, in order to visualize this data. Currently, this can only be achieved by directly loading e.g. Ideas and ...
Guest over 1 year ago in API 0 Future consideration