I’m running into a persistent issue with deduplication in a Rovo agent that generates a daily Jira update report, and I’m trying to understand whether this is a platform limitation or something I’m missing.
Use case:
Key requirement
For each Jira issue and each comment author:
Other authors’ comments on the same issue should still appear normally.
What I’ve already implemented
In the agent prompt, I’ve explicitly instructed the AI to:
Despite this, I still occasionally see output like:
Author1
- [BLOCKED] CNSG-1251: Integration blocked pending API endpoint
- [IN-PROGRESS] CNSG-1251: API and design received, integration started
Both comments:
Welcome to the community @edrick_deguzman Rovo can’t reliably enforce per-author, per-issue deduplication because it doesn’t build a structured dataset before reasoning. It sees comments as text, not stable records, so it may re-include older items even with strict instructions. This is a platform limit, not your prompt. The only reliable solution is to prefilter the comments outside Rovo—via Automation, Forge, or an MCP script—and pass Rovo only the final list.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.