# Employees ## Defaults These values apply to every employee unless overridden in the Employees table. | setting | value | | --- | --- | | country | PL | | expected_hours_per_day | 8 | ## Employees Add a row for each employee. Use their work email address — the script looks up the Jira account ID automatically. Leave any column blank to inherit the default. `country` is an ISO 3166-1 alpha-2 code (e.g. `PL`, `GB`, `DE`, `FR`). Public holidays for that country are fetched from date.nager.at. `start_date` is the employee's first working day — leave blank if they were employed for the full period. | name | email | country | expected_hours_per_day | start_date | | --- | --- | --- | --- | --- | | Jan Kowalski | jan.kowalski@company.com | | | | | Anna Nowak | anna.nowak@company.com | | | | | Piotr Wiśniewski | piotr.wisniewski@company.com | | | 2026-05-15 |