Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: 1.1 updates

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 app collects a limited amount of information in order to help us make decisions on where to invest for future releases.  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 configuration screen.

Install 

This data is collected each time the app is installed. 

No Format
{
  "keen": {
    "timestamp": "2020-05-05T16:13:53.232Z",
    "created_at": "2020-05-05T16:13:53.232Z",
    "id": "5eb190c12e4df80001b93be5"
  },
  "eventInfo": {
    "type": "installed"
  },
  "hostInfo": {
    "clientKey": "6e0959e3-e0cf-323a-93d5-b24c05f54a60",
    "baseUrl": "https://bobswift.atlassian.net",
    "productType": "jira"
  },
  "pluginInfo": {
    "pluginsVersion": "1001.0.0.SNAPSHOT",
    "pluginKey": "org.swift.jira.cot"
  }
}

Uninstall 

This data is collected each time the app is uninstalled. 

No Format
{
  "keen": {
    "timestamp": "2020-05-05T18:26:09.795Z",
    "created_at": "2020-05-05T18:26:09.795Z",
    "id": "5eb1afc1fed1be0001f2bb9d"
  },
  "eventInfo": {
    "type": "uninstalled"
  },
  "hostInfo": {
    "clientKey": "6e0959e3-e0cf-323a-93d5-b24c05f54a60",
    "baseUrl": "https://bobswift.atlassian.net",
    "productType": "jira"
  },
  "pluginInfo": {
    "pluginsVersion": "1001.0.0.SNAPSHOT",
    "pluginKey": "org.swift.jira.cot"
  }
}

Configuration

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

Code Block
{
  "event": {
    "timestamp": "2020-06-12T05:28:03.326Z",
    "created_at": "2020-06-12T05:28:03.326Z",
    "id": "5ee31263b229b50001122926"
  },
  "eventInfo": {
    "settings": {
      "logLevel": "ALL",
      "sendStatistics": true
    }
  },
  "hostInfo": {
    "host": "https://bobswift27.atlassian.net"
  },
  "pluginInfo": {
    "links": {
      "marketplace": [
        {
          "href": "https://marketplace.atlassian.com/plugins/org.swift.jira.cot"
        }
      ],
      "self": [
        {
          "href": "https://bobswift27.atlassian.net/rest/atlassian-connect/1/addons/org.swift.jira.cot"
        }
      ]
    },
    "host": {
      "product": "JIRA"
    },
    "lastUpdated": "2020-06-19T08:18:04Z",
    "state": "ENABLED",
    "version": "1.0",
    "key": "org.swift.jira.cot",
    "installedDate": "2020-06-19T08:18:03Z"
  }
}

Executed

This data is collected each time a post function is executed.

Code Block
{
  "event": {
    "timestamp": "2020-07-10T11:31:29.190Z",
    "created_at": "2020-07-10T11:31:29.190Z",
    "id": "5f08519183fcaf0001de74f3"
  },
  "eventInfo": {
    "duration": 11401,
    "noOfActions": 3,
    "postFunction": "createIssue",
    "actionCounts": {
      "x-jira-getContext": 1,
      "jira-cloneIssue": 1,
      "jira-addComment": 1
    },
    "exitCode": 0
  },
  "hostInfo": {
    "host": "https://bobswift14.atlassian.net"
  },
  "pluginInfo": {
    "links": {
      "marketplace": [
        {
          "href": "https://marketplace.atlassian.com/plugins/org.swift.jira.cot"
        }
      ],
      "self": [
        {
          "href": "https://bobswift14.atlassian.net/rest/atlassian-connect/1/addons/org.swift.jira.cot"
        }
      ]
    },
    "host": {
      "product": "JIRA"
    },
    "lastUpdated": "2020-07-07T14:22:48Z",
    "state": "ENABLED",
    "version": "1.0",
    "key": "org.swift.jira.cot",
    "installedDate": "2020-06-25T10:12:48Z"
  }
}

Transition logs

This data is collected each time a transition log is created.

Code Block
{
  "event": {
    "timestamp": "2020-07-10T14:41:37.271Z",
    "created_at": "2020-07-10T14:41:37.271Z",
    "id": "5f087e21ff6b0e0001c66d53"
  },
  "eventInfo": {
    "details": {
      "action": "search",
      "dateRange": true,
      "logMessagesCount": 0
    }
  },
  "hostInfo": {
    "host": "https://bobswift27.atlassian.net"
  },
  "pluginInfo": {
    "links": {
      "marketplace": [
        {
          "href": "https://marketplace.atlassian.com/plugins/org.swift.jira.cot"
        }
      ],
      "self": [
        {
          "href": "https://bobswift27.atlassian.net/rest/atlassian-connect/1/addons/org.swift.jira.cot"
        }
      ]
    },
    "host": {
      "product": "JIRA"
    },
    "lastUpdated": "2020-06-24T12:56:12Z",
    "state": "ENABLED",
    "version": "1.0",
    "key": "org.swift.jira.cot",
    "installedDate": "2020-06-24T12:56:11Z"
  }
}