Versions Compared

Key

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

...

No Format
{
  "event": {
    "timestamp": "2018-06-05T19:54:38.193Z",
    "created_at": "2018-06-05T19:54:39.904Z",
    "id": "5b16ea7ffa31cf00016784ce"
  },
  "eventInfo": {
    "workflow": {
      "jqlused": false,
      "attachmentUsed": false,
      "customFieldsUsed": false,
      "type": "CREATEISSUE",
      "substitutionVariableUsed": [
        "parent_summary"
      ],
      "commentsUsed": false,
      "conditionUsed": false,
      "actingUserUsed": false
    }
  },
  "hostInfo": {
    "hostLicenseType": "DEVELOPER",
    "hostVersion": "7.10.0",
    "hostSEN": "SEN-L1111111",
    "hostLicenseLevel": "100"
  },
  "pluginInfo": {
    "pluginVersion": "7.0.0-SNAPSHOT",
    "pluginLicense": "VERSION_MISMATCH",
    "pluginKey": "org.swift.jira.cot"
  }
}

Log messages view

This data is collected when the log messages view in global configuration is updated.

Code Block
{
  "event": {
    "timestamp": "2020-09-21T13:10:24.055Z",
    "created_at": "2020-09-21T13:10:24.106Z",
    "id": "5f68a64081df5b0001ec55b9"
  },
  "eventInfo": {
    "type": "log-messages-view",
    "details": {
      "action": "load",
      "logLevel": "",
      "dateRange": false,
      "message": false,
      "logMessagesCount": 47
    }
  },
  "hostInfo": {
    "hostVersion": "8.11.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.cot",
    "isUnlimitedUsers": true,
    "pluginVersion": "7.5.0",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-18694202"
  }
}

Error

This data is collected when an error occurs in configuration settings.

Code Block
{
  "event": {
    "timestamp": "2020-09-20T03:49:58.498Z",
    "created_at": "2020-09-20T03:49:58.704Z",
    "id": "5f66d166e0cfd10001928b8f"
  },
  "eventInfo": {
    "type": "error",
    "error": "Received invalid configuration settings to save."
  },
  "hostInfo": {
    "hostVersion": "8.12.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.cot",
    "isUnlimitedUsers": true,
    "pluginVersion": "7.5.0",
    "pluginLicenseError": "VERSION_MISMATCH",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": true,
    "pluginLicenseSEN": "SEN-10324371"
  }
}


SPI migration

This data is collected when the app configuration data is moved between Jira instances using Configuration Manager for Jira.

Code Block
{
  "event": {
    "timestamp": "2020-09-18T12:33:27.722Z",
    "created_at": "2020-09-18T12:33:28.768Z",
    "id": "5f64a918043b0900011c16f9"
  },
  "eventInfo": {
    "type": "SPI-migration",
    "settings": {
      "logLevel": "ERROR",
      "logRetentionPeriod": 90,
      "importMode": "RESTORE",
      "sendStatistics": true
    }
  },
  "hostInfo": {
    "hostVersion": "8.12.1",
    "hostEdition": 100,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-L14979417",
    "hostServerId": "BRB3-43A9-DMB7-IN0W",
    "hostMaxUsers": 100,
    "hostLicenseType": "DEVELOPER"
  },
  "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"
  }
}