Katabarwa Labs
← Blog

How to prove who could access a Jira project on a past date

Atlassian compliance · September 10, 2026 · 6 min read

By Abaho Katabarwa, Founder, Katabarwa Labs

"Show me everyone who could access the Payments project on March 3rd." It sounds like a lookup. In Jira Cloud it is closer to archaeology, and if the date is more than about six months back it is usually impossible. This post explains why, gives a snapshot method you can script, and describes the packaged version.

Why Jira Cloud cannot answer this natively

Longer retention is a long-open request on the Jira tracker (JRACLOUD-68267), and the access-history problem is a specific, sharper form of it.

The DIY approach: take a dated snapshot every day

If the platform will not remember, you record it yourself. The REST API has every piece:

The catch is operational: this is a scheduled crawler with rate-limit handling, per-project failure isolation, a retention window, and pruning, and it has to run every day, forever. Miss a week and that week is unanswerable. The diff step is also where hand-rolled scripts usually go wrong, because group membership changes and role changes interleave.

A ready-made option: Access Snapshot & Drift

Our tool for this: Access Snapshot & Drift on the Atlassian Marketplace, and the product page with screenshots and scopes. Forge app, runs entirely inside your Jira Cloud tenant.

Access Snapshot & Drift takes that daily snapshot for you: every project's roles, group grants, and effective users, with groups fully expanded, stored under its date and retained for a window you control (around 400 days by default, well past the native cap). Each run is diffed against the last, so drift is a delta to review rather than a re-audit, and any date's full matrix exports as CSV, one row per grant. The snapshot and reporting path is read-only.

Key facts

Related reading: How to keep Jira audit logs past the retention window and where groups are actually used in Jira.


Written by Abaho Katabarwa at Katabarwa Labs. We build small, single-purpose Atlassian and Azure tools that run entirely inside your own tenant. Questions: support@llmgraph.ai.