Skip to Main Content
ADD A NEW IDEA

My ideas: API

Showing 61

Aha! API to create custom fields in workspace line or workspace or feature card?

Want to ask you one question, Do we have a Aha! API to create custom fields in workspace line or workspace or feature card? e.g I want to create workspace line cost and workspace line value as custom fields with the help of AHA rest api.
Guest about 3 years ago in API 3 Future consideration

REST API indicates if the given field is added to the create and/or view layout

Currently there's no way to determine if the given custom field is display in the create or view layout.
Tomasz Zarna about 3 years ago in API 0 Future consideration

REST API indicates if custom field is read-only

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 about 3 years ago in API 0 Future consideration

Ability to delete product with REST API

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 about 3 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 about 3 years ago in API / Jira 1 Future consideration

Extract Logo and other related fields

API that can help access the Logo and other image fields specific to a product
Guest about 5 years ago in API 3 Future consideration

Product Logo in API

Would be great to be able to see the URL to the Product Logo's in the API.
Alex Bailes over 6 years ago in API 2 Future consideration

Add ability to create product lines from the API

It is not currently possible to create a product line via the API.
Steven Petryk over 6 years ago in API 0 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 about 7 years ago in API / Ideas 2 Future consideration

Add REST API to modify paid seats and simplify account provisioning

I do create reviewer and product owner users in aha.io automatically via the REST API. If I create a product owner and this exceeds the current available paid seats I get an exception. It should be possible to read the amount of available paid sea...
Guest over 7 years ago in Account settings / API 0 Unlikely to implement