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: The above request should return only the tickets that have both TEST-1056 and TEST-362 tags. |