What is the challenge? I manage many products in Aha. I want to get all endorsements for a single product. At the moment there is only an API call to get all endorsements. What is the impact? The API gets a heavy load because forst I have to get a...
Frank Wegner
about 1 year ago
in APIFuture consideration
Increase the maximum number of records returned by the API
Who would benefit? Users who are using the API to build reporting out of Aha! (e.g. Power BI) What impact would it make? It would reduce the number of API calls that need to be made to retrieve large amount of records How should it work? Instead o...
Nicolas Andrillon
about 2 years ago
in APIFuture consideration
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
almost 3 years ago
in APIFuture consideration
Allow integrations to be setup from a system setting - not tied to a user
What is the challenge? We had a former development manager set up some integrations and this is tied to that development manager's user. When we disabled the user (part of the security process when someone leaves, it disabled and wiped away the in...
C Gordon
over 1 year ago
in APIFuture consideration
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
almost 3 years ago
in APIFuture consideration
What is the challenge? I have several Idea Priority Lists (sample URL: https://company.aha.io/bookmarks/idea_priority_lists/742401644519384784104/7492735755221052302). Each list has their own ranking order, some Ideas appear in multiple lists. I n...
Frank Wegner
over 1 year ago
in APIFuture consideration
Currently, the REST API doesn't indiciate if the given custom field has been defined as read-only or not. Here's a sample field definition for a read-only field as returned from `/api/v1/products/{productId}` {"id": "7002184427275897244","key": "k...
Tomasz Zarna
over 4 years ago
in APIFuture consideration
Using the REST API I'm able to delete epics, Features, Ideas and other records, but for some reason this operation is not available for Products. At least it's not documented. Is there an internal/experimental API I could use? Is there any other w...
Tomasz Zarna
over 4 years ago
in APIFuture 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
about 3 years ago
in APIFuture 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
about 3 years ago
in APIFuture consideration