Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Rovo
  • Questions
  • I created a prompt to be rerun at the end of each sprint but the results are inaccurate. How can I i

I created a prompt to be rerun at the end of each sprint but the results are inaccurate. How can I i

Escobar_ Andy
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 21, 2026

I created a prompt to reuse at the end of each sprint to calculate epic movement, but the results always come back inaccurate or Rovo dies silently and never generates an error. I had tried to create an agent but that failed. What can I do to better improve the results from either my prompt or even get my agent working?

2 answers

1 vote
Sami Shaik
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
July 21, 2026

Hello @Escobar_ Andy 

 

This isn't a prompt problem, it's a known limitation. Rovo doesn't see all your issues. It samples a partial set (around 50 in agent contexts), so any calculation across a sprint will be wrong and different each run. The silent failure is a tracked Atlassian bug (ROVO-615): big requests hit an internal cap and die with no error.

The fix: don't let Rovo do the math. Let Automation count, let Rovo write.

  1. Jira Automation rule with trigger: Sprint completed
  2. Lookup Issues action with JQL like project = XYZ AND sprint = {{sprint.id}}
  3. Get exact numbers with smart values: {{lookupIssues.size}}, {{lookupIssues.Story Points.sum}} (run separate lookups for done vs. rolled-over)
  4. Pass those computed numbers to your Rovo agent in the same rule. Its only job is writing the summary, not calculating it.

Rovo can't get the totals wrong if it never produces them.

Why your agent failed: agents can't run on their own. They must be invoked from an Automation rule (agent config, then Triggers). If you gave it JQL to search itself, you hit the ~50-issue ceiling.

0 votes
Dr Valeri Colon _Connect Centric_
Community Champion
August 8, 2026

@Escobar_ Andy welcome to the community. I’d separate the calculation from the AI. Rovo can vary on large analytical requests, and Atlassian tracks silent failures for bulky agent workloads under ROVO-615. Use Jira Automation/JQL to calculate the sprint metrics, then pass the verified numbers to Rovo for interpretation and narrative. Just note that Automation’s Lookup work items action currently returns up to 100 items, so larger datasets need to be split.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events