Skip to Main Content

Share your product feedback

Categories API
Created by Guest
Created on Jan 7, 2025

API to get features in a release with multiple tag query parameters

What is the challenge?

Reduce the number of API calls and processing effort to fetch records containing multiple tags

What is the impact?

Help reduce implementation effort and optimize performance

Describe your idea

When calling the "Get feature in a release" API to retrieve records in Aha! containing multiple tags, we use the & operator to return only tickets that include all the specified tags in the query.

Example:
/api/v1/releases/7448758385111573955/features?tag=TEST-1056&tag=TEST-362

The above request should return only the tickets that have both TEST-1056 and TEST-362 tags.

  • Attach files