Skip to main content

Issue History Rovo Agent for Jira — User Guide

Overview

Jira shows a change history per issue, but it is slow to read and impossible to compare across issues. Issue History gives you three ways to answer "what changed?":

  • Issue panel — a compact, newest-first change list on every issue, with a focused word-level diff for long text fields such as Description.
  • Report — one table of field changes across a whole JQL-filtered set of issues, with date and field filters and CSV export.
  • Rovo agent — ask "what changed recently on this issue?" in Rovo chat and get a plain-language answer backed by live Jira data.

The app is read-only: it requests only read:jira-work, never writes to your Jira data, and stores nothing.

Issue Panel

Viewing an Issue's Change History

  1. Open any Jira issue
  2. Find the Issue History panel (usually above the Activity section)
  3. The panel lists the most recent field changes, newest first — each entry shows who changed what, when, and the before → after values
  4. Use the pagination control to page back through long histories; already-seen pages are cached locally, so paging back is instant

Reading a Word-Level Diff

For long text fields (for example Description), a single inline line rarely tells you what actually changed. Entries with substantial edits show a View diff button that opens a focused before/after comparison with word-level highlighting — you see exactly which words were added or removed, not just two wall-of-text versions.

Report

The report is a Jira global page: find Issue History Report in the Jira Apps menu.

  1. Enter a JQL query (the default is updated >= -7d ORDER BY updated DESC, capped at 100 issues)
  2. The report loads each issue's change history in bulk and shows one row per field change: when, issue, author, field, from → to
  3. Narrow the result with the date range and field filters — filtering re-slices the loaded data instantly without re-querying Jira
  4. Click Export CSV to download the filtered rows (formula-injection-safe, opens cleanly in Excel and Google Sheets)

The bulk history walk is capped (1,000 changes per batch, up to 20 pages). Very large result sets are marked as truncated rather than silently cut off.

Rovo Agent

In Rovo chat, pick the Issue History agent and ask in plain language:

  • "What changed recently on this issue?" (in an issue context)
  • "Show me the last time the Status field was edited on LEO-9"
  • "Summarise this issue and its recent activity"

The agent answers from live Jira data via three tools — change history, field-change diff, and issue snapshot — and shows the sources it used.

Using the Tools in Your Own Studio Agents

The app also publishes its tools through Rovo MCP (Preview). In Rovo Studio, add tools from the connected app "Issue History MCP" to any custom agent you build, and that agent gains the same read access to change history.

Permissions and Privacy

  • The app requests only read:jira-work and cannot modify anything.
  • Every query runs as you: the agent and panels can only ever show issues you already have permission to see.
  • No change data is stored outside your Jira site; the report holds its working set in memory for the current page view only.

Troubleshooting

The app shows a license warning. → The app requires an active license. Contact your Jira administrator to subscribe on the Atlassian Marketplace.

The panel or agent says it cannot load data for an issue. → Check that you can open the issue yourself — the app never shows data your own account cannot see.

The report is marked as truncated. → The JQL matched more history than the built-in cap. Narrow the query (shorter date range, tighter JQL) and export what loaded.

Was this helpful?