ESU Help Center
Breadcrumbs

Anonymous usage data collection

DC Collect Anonymous Usage Data.png

Analyze the usage data of Epic Sum Up in your instance. For more information you can check out our privacy policy.

You can deactivate / activate this function and reset the statistics at any time.

Global settings collect anonymous usage data

  • general information such as product version, Jira version and SEN

  • custom field statistics (how many custom fields were created and of which type each)

  • counter statistics (how often are certain functions called)

  • configuration (general information about the configuration)

Example
{
  "system": {
    "epicSumUpVersion": "3.9.0.354112410",
    "jiraVersion": "8.11.1",
    "SEN": "SEN-12345678"
  },
  "stats": {
    "customFields": {
      "progress": 3,
      "status-category-progress": 1,
      "container-link": 1,
      "time": 6,
      "type-allocation": 7,
      "time-progress": 1,
      "issue-count-progress": 1
    },
    "counter": {
      "rendered_customFieldContainerLink": 25,
      "rendered_customFieldProgressbarGeneric": 25,
      "rendered_customFieldTimeDuration": 1,
      "resetCount": 1
    },
    "configuration": {
      "numberOfContainerIssueTypes": 23,
      "numberOfSummaryPanelIssueTypes": 45,
      "numberOfSummaryPanelPermissions": 1,
      "numberOfTimeSheetPermissions": 1,
      "numberOfPanelFields": 8,
      "useContainerPanel": true,
      "hasJqlFilter": true
    }
  }
}