Cases Tab

What Is a Case?

A case is a tracked remediation effort, the unit of work your team uses to drive a security issue from discovery to resolution. Cases are distinct from findings: a finding is an observation of a problem; a case is the managed response to one or more problems.

Cases allow you to:

  • Assign ownership to a specific team member
  • Track progress through a defined status lifecycle
  • Enforce SLA deadlines tied to severity
  • Formally accept risk via the exception workflow
  • Link a corresponding Jira issue for cross-system tracking
  • Export a full evidence bundle for audit submissions
  • Maintain an immutable comment thread and audit trail

A single case can group multiple findings. For example, if a content scan detects five AWS keys across three pages in the same space, a single case, “Credential Exposure in Engineering Space”, can reference all five findings and be assigned to one owner.

Cases tab showing the list view with severity badges, status lozenges, SLA deadlines, and the New Case button in the toolbar


Case Fields Reference

FieldDescription
TitleShort descriptive name for the remediation effort
SeverityCritical / High / Medium / Low, derived from the worst linked finding, or set manually at creation
StatusOpen / In Progress / Remediated / Closed / Exception, see lifecycle below
AssigneeThe Confluence user responsible for remediating this case
SLA DeadlineCalculated at creation: now + SLA hours for severity. Defaults: Critical 24h, High 72h, Medium 168h (7 days), Low 720h (30 days). Configurable in Admin > Scoring & SLA.
SLA BreachedBoolean flag set by the daily SLA-check job when slaDeadline < now and the case is not closed
Created AtTimestamp when the case was created
Updated AtTimestamp of the most recent mutation to the case
Linked Findings CountNumber of findings attached to this case
Jira Issue KeyIf Jira integration is enabled and a ticket was created, shows the issue key (e.g., SEC-42) with a link to browse the issue
DescriptionFree-text detail about the remediation scope and context
ReporterThe Confluence account that created the case

Case Status Lifecycle

Cases move through a defined set of statuses. Invalid transitions are rejected by the server.

Open ──────────────────────────► In Progress
  │                                    │
  │                                    ▼
  │                              Remediated
  │                                    │
  ├─────────────────────────────► Closed ◄─────────────────────────────┤
  │                                                                      │
  └──────► (Exception requested) ──► Exception ──────────────────────────┘
StatusMeaningValid Next Statuses
OpenNewly created, not yet being workedIn Progress, Closed
In ProgressActively being remediatedRemediated, Exception, Closed
RemediatedFix applied, pending verificationOpen, Closed
ClosedFully resolved and verifiedOpen (can re-open)
ExceptionRisk formally accepted via approved exceptionOpen, Closed

Exception path: A case moves to the “Exception” status only after a risk exception is submitted and approved by an Approver. The case cannot be manually moved to Exception status using the status dropdown, only the exception approval workflow triggers this transition.

Changing status inline: Analysts and above can change a case’s status directly from the Cases list view using the quick-action dropdown in the Status column. Click the current status badge to reveal a dropdown of valid next statuses. The change is saved immediately.