Skip to main content
launchpad://docs/advanced
$launchpad open --docs Cybersecurity

Cybersecurity

Advanced·Specialised·Platform: Jira Service Management Cloud (Assets)·Implementation Guide·Reading time: ~4 min·Version 1.1·Jun 2026

Cybersecurity

An auditor asks who owns the server behind a critical finding, and the honest answer is a name typed into a spreadsheet eight months ago. Nobody knows if that person still works here. The Cybersecurity schema replaces that guesswork with real links: every owner, team, location, application, and vendor on a security record points at a live object in your Core Schema, so the answer is always current.

Cybersecurity is a spoke schema. It models the security layer of your CMDB (assets, vulnerabilities, controls, risks, and compliance requirements) while pulling its organisational master data from Core. Patch a server and the vulnerability record closes against the same asset your scanner found. Hire a new control owner and every control they inherit updates in one place.


What you get

Object TypePurposeKey Attributes
Security AssetDevices and infrastructure under security managementName, Type, Environment, Criticality, Data Classification, Owner, Status
VulnerabilityScanner findings tracked through remediationCVE ID, Severity, CVSS Score, Affected Asset, Remediation Status, Assigned To
RiskRisk register entries with likelihood and impact scoringCategory, Likelihood, Impact, Risk Score, Treatment, Owner
Security ControlSafeguards mapped to compliance frameworksControl ID, Framework, Category, Implementation Status, Owner
Compliance RequirementRegulatory and policy obligationsRequirement ID, Framework, Compliance Status, Mapped Controls, Owner

5 object types · 18 reference types · extends Core Schema


Built on Core Schema

Cybersecurity v1.1 declares extends: CORE. Ten attributes across the five object types are genuine object references into Core Schema rather than free-text fields:

AttributePoints at (Core)Reference type
Security Asset · OwnerPersonOwned By
Security Asset · Owning TeamTeamManaged By
Security Asset · LocationLocationLocated At
Security Asset · ApplicationApplicationSupports
Security Asset · VendorVendorProvided By
Vulnerability · Assigned ToPersonRemediation Assignee
Risk · Owner (required)PersonRisk Owner
Security Control · OwnerPersonControl Owner
Security Control · Owning TeamTeamControl Team
Compliance Requirement · OwnerPersonCompliance Owner

When you deploy, LaunchPad asks how each of these references should resolve:

  • Link to Core: connect to the matching object type in your installed Core Schema. The recommended choice whenever Core is deployed; ownership stays in one place.
  • Create here: LaunchPad creates a copy of the target object type inside this schema from the bundled Core definition. A standalone fallback when Core is not installed.
  • Keep as text: the attribute becomes a free-text field with no object link.

You choose once per reference at deploy time, and cross-schema sharing is configured for you automatically. The quick start guide covers the trade-offs in detail.

tip

Pro tip: Deploy Core Schema first and choose Link to Core for every reference. Linked records mean a terminated employee, a decommissioned site, or a renamed application is corrected once in Core and reflected instantly across your entire security inventory.


When to use this schema

Deploy Cybersecurity when your organisation needs to:

  • Track scanner findings against named assets with clear remediation ownership and SLA deadlines

  • Run a formal risk register that scores likelihood and impact against real infrastructure instead of a standalone spreadsheet

  • Map security controls to frameworks such as CIS Controls, NIST CSF, ISO 27001, SOC 2, PCI-DSS, and HIPAA

  • Prove to auditors which requirements are covered, by which controls, with evidence links attached

It suits organisations preparing for certification, those juggling more than one compliance framework, and any security function that needs CMDB-grade traceability behind its reporting.

Not quite right? For general infrastructure inventory without the security depth, look at Standard CMDB. For identity and access questions (who holds which role), Workforce Management is the better fit.


Schema at a glance

Cybersecurity schema graph showing object types and relationships

Core Schema (Person, Team, Location, Application, Vendor)

│ Link / Create here / Keep as text (chosen at deploy)

Security Asset ◀──(Affects)────── Vulnerability
Security Asset ◀──(Protects)───── Security Control
Security Asset ◀──(Impacts)────── Risk
Security Asset ◀──(Applies To)─── Compliance Requirement
Security Control ◀──(Satisfied By)── Compliance Requirement
Risk ──(Mitigated By)──▶ Security Control
Risk ──(Triggered By)──▶ Vulnerability

Five object types in the schema, five more reachable in Core. One query answers the audit question: which assets are exposed, who owns them, which controls apply, and are we compliant.

info

Atlassian's schema graph view does not draw cross-schema edges, so linked Core references will not appear as lines in the diagram inside Assets. The references work; the graph simply cannot render them. This is a platform limitation, not a deployment fault.


Documentation

Quick Start Guide Full deployment walkthrough for all five object types, including how to resolve the ten Core references, populate first records, and connect vulnerability scanners.

Governance Playbook (part of LaunchPad IP) Review cadences, vulnerability lifecycle ownership, risk register hygiene, and compliance assessment scheduling.

Forms Specification (part of LaunchPad IP) Form layouts for security assets, vulnerabilities, controls, risks, and compliance requirements.