Versions Compared

Key

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

This app captures analytics data and stores this in a private analytics database hosted by Amazon Web Services in the United States of America. The information collected is limited and helps us make decisions on where to invest for future releases. No personal information is saved and the app makes every attempt to de-identify the data that is being sent to simple counts and in-use attributes.  

To improve the customer support experience, we do include the Support Entitlement Number (SEN).

(info) You can opt out at any point by toggling the analytics option to "off" within the app's administration configuration screen.

Global configuration

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

Code Block
languagejs
{
  "keenevent": {
    "timestamp": "2020-06-30T20:06:33.841Z",
    "created_at": "2020-06-30T20:06:33.841Z",
    "id": "5efb9b493e8252000123f4fb"
  },
  "eventInfo": true,
  "hostInfo": {
    "host": "https://bobswift17.atlassian.net"
  },
  "pluginInfo": {
    "links": {
      "marketplace": [
        {
          "href": "https://marketplace.atlassian.com/plugins/com.appfire.jira.graphviz"
        }
      ],
      "self": [
        {
          "href": "https://bobswift17.atlassian.net/rest/atlassian-connect/1/addons/com.appfire.jira.graphviz"
        }
      ]
    },
    "host": {
      "product": "JIRA"
    },
    "lastUpdated": "2020-06-30T19:58:31Z",
    "state": "ENABLED",
    "version": "1.0",
    "key": "com.appfire.jira.graphviz",
    "installedDate": "2020-06-30T18:57:14Z"
  }
}

Install

This data is collected each time the app is installed.

Code Block
languagejs
{
  "event": {
    "timestamp": "2020-06-26T19:29:19.129Z",
    "created_at": "2020-06-26T19:29:19.129Z",
    "id": "5ef64c8f3442a70001631527"
  },
  "eventInfo": {
    "type": "installed"
  },
  "hostInfo": {
    "clientKey": "8cb55d41-bb6a-3fa0-801e-3b76e5421cb6",
    "baseUrl": "https://bobswift17.atlassian.net",
    "productType": "jira"
  },
  "pluginInfo": {
    "pluginsVersion": "1001.0.0.SNAPSHOT",
    "pluginKey": "com.appfire.jira.graphviz"
  }
}

New Graphviz diagram

This event is collected when a Graphviz diagram is added or edited on a Jira issue. 

Code Block
languagejs
{
  "event": {
    "timestamp": "2020-06-27T17:40:40.830Z",
    "created_at": "2020-06-27T17:40:40.830Z",
    "id": "5ef78498879158000167f9c0"
  },
  "eventInfo": {
    "attachmentSource": true,
    "type": "create",
    "attachmentOutput": false,
    "dotSize": 537
  },
  "hostInfo": {
    "host": "https://bobswift17.atlassian.net"
  },
  "pluginInfo": {
    "links": {
      "marketplace": [
        {
          "href": "https://marketplace.atlassian.com/plugins/com.appfire.jira.graphviz"
        }
      ],
      "self": [
        {
          "href": "https://bobswift17.atlassian.net/rest/atlassian-connect/1/addons/com.appfire.jira.graphviz"
        }
      ]
    },
    "license": {
      "active": true,
      "type": "DEVELOPER",
      "evaluation": true
    },
    "state": "ENABLED",
    "lastUpdated": "2020-06-26T19:29:18Z",
    "host": {
      "product": "JIRA"
    },
    "version": "1.0.0-AC",
    "key": "com.appfire.jira.graphviz",
    "installedDate": "2020-06-26T19:29:17Z"
  }
}

...