Jira Analysis Tool does not collect, store, or transmit any personal data or Jira content to any external server. All data remains within your browser and your organization's Jira instance.
The extension reads data from your Jira instance via the official Jira REST API
(/rest/api/ and /rest/agile/ endpoints) using your existing
browser session cookies. This includes:
This data is used exclusively to compute and display flow metrics (Throughput, Cycle Time, Lead Time, CFD, etc.) within the extension's analytics page. It is never sent anywhere else.
The extension uses chrome.storage.local to persist only your display
preferences:
No Jira issue data, no issue keys, no user names, and no credentials are ever written to storage. This data is stored locally in your browser and is never transmitted to any server.
All network requests made by the extension go exclusively to:
The background service worker enforces this at the code level: every request is validated against the Jira origin and must begin with a known REST API path. Requests to any other origin are rejected.
The analytics page has a strict Content Security Policy (connect-src 'none'),
which means it is technically incapable of making any external network requests.
*://*/rest/api/*) is required because Jira Server / Data Center instances
can be hosted on any corporate domain. The extension only ever contacts the specific Jira
instance you are logged into.
The extension does not integrate with any third-party analytics, advertising, or tracking services. No SDKs from third parties are loaded at runtime. The only bundled third-party libraries are Chart.js and chartjs-plugin-annotation, which run entirely client-side and make no network requests.
This extension is intended for professional use by software development teams. It does not knowingly collect any information from children under 13.
If this policy changes materially, the updated version will be published at this URL with a new "Last updated" date.
If you have questions about this privacy policy, please open an issue on the GitHub repository or contact: zakharovleonidwb@protonmail.com