-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Agents
-
None
-
Minor
Issue Summary
If we ask ROVO chat/agent to fetch issues following certain criteria and then run sum of certain field OR count how many times a value appears, ROVO generates incorrect results.
Steps to Reproduce
- Use prompt:
- Fetch all issues from project XX where "SAMPLE DATE" >= '2025-12-24'.
- Return only the Issue key and "SAMPLE DATE"
-Then, group the results by "SAMPLE DATE" and count how many times each date appears.
Expected Results
- checking Debug logs for agent we can see the IssueSearchtool returns correct number of issues
- but ROVO returns incorrect count of grouped tickets by Sample Date
Workaround
NONE