JiraEventCollector

Modeling Rule

Atlassian Jira

Details

IDJiraEventCollector
From Version8.15.0

Schema

atlassian_jira_raw

Field Type Array?
authorAccountId string
authorKey string
category string
changedValues string
created datetime
objectItem string
remoteAddress string
summary string
{
    "atlassian_jira_raw": {
      "summary": {
        "type": "string",
        "is_array": false
      },
      "remoteAddress": {
        "type": "string",
        "is_array": false
      },
      "authorKey": {
        "type": "string",
        "is_array": false
      },
      "authorAccountId": {
        "type": "string",
        "is_array": false
      },
      "created": {
        "type": "datetime",
        "is_array": false
      },
      "category": {
        "type": "string",
        "is_array": false
      },
      "objectItem": {
        "type": "string",
        "is_array": false
      },
      "changedValues": {
        "type": "string",
        "is_array": false
      }
    }
  }