Worklog Viewer
Privacy Policy
Last updated 12 August 2026
Worklog Viewer ("the app") is an Atlassian Forge app that runs inside Jira Cloud. This page explains what data it touches, and — just as importantly — what it never does with it.
What data the app accesses
The app reads and writes Jira issue and worklog data through Jira's own REST API, acting as the currently signed-in user, via Atlassian's Forge platform bridge (@forge/bridge). It accesses only what it needs to display and manage worklogs:
- Issues and projects (
read:jira-work) - Worklogs — reading existing ones, and creating, editing, or deleting your own (
read:jira-work,write:jira-work) - Your account identity, so the app can show and filter your own worklogs (
read:jira-user)
What the app does not do
None of the following happen, ever:
- Storing your Jira data on any external server or database
- Analytics, trackers, or advertising of any kind
- Sending data to any third party
- Requiring or storing API tokens, passwords, or browser cookies
- Any external network egress — everything happens through Atlassian's own Forge bridge, and the app is eligible for Atlassian's Runs on Atlassian program, which certifies exactly this
Local browser storage
The app saves your last-used filter and view settings — date range, selected projects, grouping, time format, and table/calendar view — in your browser's localStorage, so they're restored the next time you open the app. This contains no worklog content and no personal data, and it is never transmitted anywhere. You can clear it at any time through your browser's site data settings, with no effect on your actual Jira data.
Data retention
Because the app does not persist Jira data outside of Atlassian's own infrastructure, there is no separate retention period to describe — data lifecycle follows your organization's own Jira Cloud data and retention settings.
Changes to this policy
If this policy changes, the "Last updated" date above will be revised. Material changes will be reflected in the app's Marketplace listing release notes.
Contact
For privacy questions or data requests, contact hello@tomasz.fr.