Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This data is collected each time the administrator changes the app's global configuration.


Code Blocknoformat
{
  "event": {
    "timestamp": "2020-09-21T11:11:06.827Z",
    "created_at": "2020-09-21T11:11:07.025Z",
    "id": "5f688a4b67f2b40001a8461a"
  },
  "eventInfo": {
    "type": "globalconfig",
    "settings": {
      "logLevel": "DEBUG",
      "logRetentionPeriod": 90,
      "sendStatistics": true
    }
  },
  "hostInfo": {
    "hostVersion": "8.7.0",
    "hostEdition": 100,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-L14979417",
    "hostServerId": "JIRA-712A-54WE-YTRE",
    "jiraSoftware": {
      "hostLicenseType": "DEVELOPER",
      "hostMaxUsers": 100,
      "hostSEN": "SEN-L14979418"
    },
    "hostMaxUsers": 100,
    "hostLicenseType": "DEVELOPER",
    "jiraServiceDesk": {
      "hostLicenseType": "DEVELOPER",
      "hostMaxUsers": "10",
      "hostSEN": "SEN-L14979419"
    }
  },
  "pluginInfo": {
    "pluginKey": "org.swift.jira.cw",
    "isUnlimitedUsers": true,
    "pluginVersion": "4.6.0-SNAPSHOT",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-18694222"
  }
}

...

This data is collected each time the license is updated.

Code Blocknoformat
{
  "event": {
    "timestamp": "2020-09-17T12:58:38.294Z",
    "created_at": "2020-09-17T12:58:38.347Z",
    "id": "5f635d7efa6a4100018ab8a6"
  },
  "eventInfo": {
    "type": "license-updated"
  },
  "hostInfo": {
    "hostVersion": "8.6.0",
    "hostEdition": 100,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-L13252795",
    "hostServerId": "JIRA-712A-54WE-YTRE",
    "jiraSoftware": {
      "hostLicenseType": "DEVELOPER",
      "hostMaxUsers": 100,
      "hostSEN": "SEN-L13252796"
    },
    "hostMaxUsers": 100,
    "hostLicenseType": "DEVELOPER",
    "jiraServiceDesk": {
      "hostLicenseType": "DEVELOPER",
      "hostMaxUsers": "10",
      "hostSEN": "SEN-L13252797"
    }
  },
  "pluginInfo": {
    "pluginKey": "org.swift.jira.cw",
    "isUnlimitedUsers": true,
    "pluginVersion": "4.4.0",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-18694222"
  }
}

...