Visible board data
Issue keys, summaries, statuses, estimates, due dates, issue types, and visible subtasks.
JiraSnap is designed to help generate a daily plan from the Jira board currently open in the user’s browser. Based on the current repository implementation, the extension processes information locally in the browser and restricts its scope to Jira boards hosted on https://*.atlassian.net/*.
JiraSnap accesses only the information needed to detect participants, tickets, and subtasks that are in progress on the Jira board already open by the user. Its purpose is to generate text that the user can review and copy, for example into Google Chat, without requiring automatic publication to an external service owned by the extension.
Only the visible Jira information needed to perform its daily-plan workflow.
Issue keys, summaries, statuses, estimates, due dates, issue types, and visible subtasks.
Names or visible identifiers shown in filters or on cards, used to build the daily summary.
Language settings and output options stored locally through the storage permission.
Functionally, narrowly, and only to support the extension’s purpose.
The extension reads the current board view using DOM selectors, visible text, and accessibility signals.
Users can choose participants, exclude tickets, and refine the output before copying it.
The output is prepared for manual copying by the user; the extension does not automatically post it.
A reduced scope compared with analytics, tracking, or account-based services.
host_permissions.| Permission | Why it is needed |
|---|---|
storage |
Stores popup preferences such as language and copied-output options. |
activeTab |
Works against the active Jira tab selected by the user. |
https://*.atlassian.net/* |
Restricts access to Jira-hosted pages relevant to the extension workflow. |
Persistent data is limited to local functional preferences. Board content is used to generate the view and copyable output.
The user decides which participants to include, which tickets to remove, and when to copy the final result.
JiraSnap depends on Jira’s visual and semantic DOM structure. If Atlassian changes that markup, some selectors may need updates. As a best practice, users should always review the generated preview before sharing it.
This policy may be updated if the extension’s permissions, architecture, or functional scope changes. The current version published with the project should be treated as the active reference.