Skip to Main Content

Share your product feedback

ADD A NEW IDEA

API

Showing 72

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

Aha! API Entity Relationship Diagram/Data Model Documentation

Hi Aha! We would like to have a full understanding on how the various Aha! API endpoints (https://www.aha.io/api) relate to each other. Understood there is some customer facing documentation that explains the high-level of the Aha! Data Model. The...
Mike Champlin over 2 years ago in API 0 Future consideration

Update API integrations with JIRA to add Created Date and Resolved Date

We would like to be able to map the created date as well as the resolved date to fields within aha from JIRA.
Guest over 3 years ago in API / Jira 1 Future consideration

Include record links in fields accessible by equations

Who would benefit? Users creating advanced worksheet equations What impact would it make? It will allow to perform calculations based on the number and types of linked records How should it work? Custom worksheet are very powerful, but it is not p...
Nicola Rolando about 1 year ago in API 0 Future consideration

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 about 1 year 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 about 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

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 1 year ago in API 0 Future consideration

Support timestamps on status change dates in the API

I would like to have timestamps supported in the API for any user action oriented dates (like create dates, updated dates, etc.). Currently the timestamp is not included for the status_changed_on field. I'd like for timestamps to be supported for ...
Erin Ward about 2 years 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