
Map AccuKnox Issues to Custom Jira Fields with Simplified Ticketing Templates
AccuKnox maps security findings directly to your Jira custom fields, exactly the way your team works — without touching a single line of code. Security teams move faster and automate the ops part.
Reading Time: 4 minutes
TL;DR
- AccuKnox maps any finding attribute (like asset type) to a Jira custom field — zero code changes required.
- Ticket templates use Mustache syntax to embed asset metadata directly in the Jira ticket description.
- A Jira automation rule reads that embedded value and populates the custom field automatically.
- This unlocks native Jira filtering by asset type — Container, Cluster, Cloud Account, and more.
- The Rules Engine auto-creates tickets for Critical/High findings — no manual steps needed.
The Problem
A prospect asked a sharp question: “Can AccuKnox map finding attributes — like asset type — into our Jira custom fields?”
The answer wasn’t “yes, with a custom integration build.” It was just yes. Out of the box. No code. This post walks through exactly how.
How Custom Ticket Mapping to Jira Works

End-to-end architecture — AccuKnox Scanner → Ticket Template with AssetType → Jira New Ticket → Jira Automation populates the custom field.
The flow has two halves:
- AccuKnox side: The scanner finds a vulnerability. A ticket template embeds the asset’s metadata (e.g., Container) into the ticket description using a template variable. AccuKnox creates the Jira ticket.
- Jira side: A Jira Automation rule fires on ticket creation. It reads the embedded value from the description using a regex, then writes it into a custom field called Asset Type.
Step 1 — Set Up the Custom Field in Jira

Jira Space Settings → Fields. The “Asset Type” custom field (short text) added to the acme-project space.
In Jira, go to Space Settings → Fields and add a global custom field:
- Name: Asset Type
- Type: Short text (plain text only)
- Description: AccuKnox Asset type
Add this field to the relevant ticket screen. That’s the only Jira field config needed.

A Jira ticket with the Asset Type custom field populated — value “cloud-account” mapped directly from AccuKnox.
Step 2 — Build the Jira Automation Rule

Jira Automation rule “AccuKnox Auto assign Asset type” — trigger on work item created, create variable via regex, then edit the Asset Type field.
Three components:
Trigger: When a work item is created.
Condition: Issue type equals Feature.
Action 1 — Create Variable: Variable name assetType, smart value:
{{issue.description.text.match(“\[AssetType=([^\]]+)\]”)}}
Action 2 — Edit Field: Set Asset Type = {{assetType}}.
AccuKnox embeds [AssetType=Container] in the description. The regex pulls out Container. Jira writes it to the field. Done — within milliseconds of ticket creation.
Step 3 — Configure the AccuKnox Ticket Template

AccuKnox Ticket Template “Findings with AssetType” — dynamic template body includes [AssetType={{asset.type.category}}] which resolves at ticket creation time.
In AccuKnox, create a Ticket Template with this in the dynamic body:
[AssetType={{asset.type.category}}] {{asset}} | {{location}} | {{vulnerability.name}} | …
{{asset.type.category}} resolves to the real value from the finding’s raw JSON — e.g., Container or Cluster.

Raw JSON of an AccuKnox finding — asset.type.category reads “Container”, the value injected into the Jira description.
Step 4 — Wire the Integration

AccuKnox Ticket Configuration — “Findings with AssetType” template mapped to acme-project, Issue type: Feature, auto-maintain + keep-syncing enabled.
Configure the Jira integration in AccuKnox:
- Default template: Findings with AssetType
- Project: your Jira project
- Issue type: Feature (must match the Jira automation condition)
- Enable: Auto Maintain Tickets + Keep Syncing Closed Tickets
Two Ways to Create Tickets
Manual

Create Ticket modal — select “Vulnerability” ticket configuration, hit Create.

Generated ticket description showing [AssetType=Container] embedded in the Asset column, ready to be parsed by Jira automation.
Select a finding in AccuKnox → choose the Vulnerability config → click Create. The description auto-populates with the [AssetType=…] value.
Automated (Rules Engine)

AccuKnox Rules Engine — auto-create tickets for Risk Factor = Critical or High. Condition types: Last Seen, Date Discovered, Location, Status, Vulnerability Name, and more.
The Rules Engine triggers on Risk Factor = Critical or High + is new = true. Every qualifying finding automatically becomes a Jira ticket with the correct Asset Type populated. Set expiration to never.
Native Jira Filtering by Asset Type

Jira ticket KAN-10 — Asset Type field set to “Container” by the automation rule.

Jira filter by Asset Type = “Container” — only possible because the value is in a structured custom field, not buried in description text.
Because the value lives in a proper custom field, your team can:
- Filter boards by Container vs Cluster vs Cloud Account
- Build separate security workstreams per asset type
- Use JQL for advanced queries
- Trigger further Jira automations based on asset type

FAQs
Does AccuKnox support custom Jira fields out of the box?
Yes. Ticket templates let you embed any finding attribute via Mustache syntax, and Jira automation reads those values into custom fields automatically.
Do I need to change any AccuKnox source code?
No. The entire workflow is configured via ticket templates and Jira automation rules. Zero code changes on either side.
What asset types does AccuKnox support?
Hundreds — Container, Cluster, Cloud Account, Code Repository, and more. Any attribute in the finding’s raw JSON can be mapped.
Can ticket creation be automated based on severity?
Yes. The Rules Engine auto-creates tickets for Critical or High findings the moment they’re discovered.
Can I filter Jira tickets by AccuKnox asset type?
Yes. Once the custom field is populated, use Jira’s native Basic, Advanced, or JQL filters to slice workstreams by asset type.
Get a LIVE Tour
Ready For A Personalized Security Assessment?
“Choosing AccuKnox was driven by opensource KubeArmor’s novel use of eBPF and LSM technologies, delivering runtime security”

Golan Ben-Oni
Chief Information Officer
“At Prudent, we advocate for a comprehensive end-to-end methodology in application and cloud security. AccuKnox excelled in all areas in our in depth evaluation.”

Manoj Kern
CIO
“Tible is committed to delivering comprehensive security, compliance, and governance for all of its stakeholders.”

Merijn Boom
Managing Director




