Versions Compared

Key

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

...

Status
colourYellow
titlesub-processor
 Firebase is a real-time shared database. We use it to synchronize session data in real time between users.

Stored data

  • A key that identifies Jira instance.Jira instance URL
  • Jira client key (tenant Id)
  • Shared secrets for communication with Jira.
  • Jira client keyBoard id to associate session data.board Id used for the estimation session(s)
  • Account ids of users (participants of any estimation session participant, moderators, observers, users that modified a any of session properties the last time e.g. change scrum master)
  • Ids of Jira issues (active issue, voted issues, issues selected in the filter, reference issues)
  • Estimation votes and comments of users per issue.
  • Session state (e.g. open/closed flag, timer state).

Security

Firebase database is secured using Firebase security rules. Each user in your Jira instance has access to all data listed in section Stored data for all your poker sessions. Anonymous users and users from different Jira instances do not have access to your data. We also store 30 daily backups of this database.

...