Palo Alto Networks · JSON Structure

Sspm Api Jira Integration Structure

JiraIntegration schema from Palo Alto Networks SaaS Security Posture Management API

Type: object Properties: 7
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

JiraIntegration is a JSON Structure definition published by Palo Alto Networks, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name jira_url project_key issue_type enabled created_at

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/sspm-api-jira-integration-structure.json",
  "name": "JiraIntegration",
  "description": "JiraIntegration schema from Palo Alto Networks SaaS Security Posture Management API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier of the Jira integration."
    },
    "name": {
      "type": "string",
      "description": "Display name for the integration."
    },
    "jira_url": {
      "type": "uri",
      "description": "Base URL of the Jira server or cloud instance."
    },
    "project_key": {
      "type": "string",
      "description": "Jira project key where tickets are created."
    },
    "issue_type": {
      "type": "string",
      "description": "Jira issue type for created tickets (e.g., Bug, Task)."
    },
    "enabled": {
      "type": "boolean",
      "description": "Whether the integration is actively creating tickets."
    },
    "created_at": {
      "type": "datetime"
    }
  }
}