Block 1 - Read Log Sheet
- Type / Role
- n8n-nodes-base.googleSheets - googleSheets
- Config choices
- Version 4.5
Jira Daily Worklog Automation — Auto log Time from Google Sheets to Jira Every Night Automatically logs time to Jira every night from a Google Sheet. No manual worklog entries needed — just fill in...
n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.splitinbatches, n8n-nodes-base.httprequest, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.gmail
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Nirav Gajera.
Original n8n.io sourceAutomatically logs time to Jira every night from a Google Sheet. No manual worklog entries needed — just fill in your sheet and the workflow handles the rest at 10 PM.
Built for developers and teams who track their daily tasks in a spreadsheet and want their Jira time entries done automatically, with a clean email report.
status = Pending and date <= todaysplitInBatchesdate + started_atPOST /rest/api/3/issue/ticket_id/worklog) with Basic AuthCompleted or keeps it Pending with an error message and incremented retry_countStep 1 — Set up your Google Sheet
Create a sheet with these exact column headers in row 1:
| ticket_id | log_text | date | started_at | log_time | status | error_message | retry_count |
|---|
ticket_id — your Jira issue key e.g. PROJ-123log_text — worklog comment e.g. Reviewed PR and fixed unit testsdate — date to log against e.g. 2026-04-02started_at — time the work started e.g. 09:30log_time — time spent e.g. 1h, 30m, 1h30mstatus — set to pending for rows to be processederror_message — auto-filled on failureretry_count — auto-incremented on failureStep 2 — Add credentials in n8n
Step 3 — Update the workflow
Read Log Sheet node and select your spreadsheet and sheet tabUpdate Sheet node and do the sameJira: Add Worklog and update the Atlassian domain in the URL: https://YOUR-DOMAIN.atlassian.net/...sendTo email addressJira: Add WorklogStep 4 — Activate
Toggle the workflow to Active. It will run automatically every night at 10 PM.
To test immediately, open the workflow and click Test Workflow.
Jira: Add Worklog to your Atlassian subdomainchatId and textAI Summary node and wire Build Summary directly to the Gmail node; update the email template to remove $json.message.contentdate < today, so any past pending rows are automatically retried on the next runThis catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Log Jira worklogs nightly from Google Sheets with Gmail and GPT-4o-mini |
|---|---|
| Complexity | advanced |
| Nodes | 24 |
| Categories | Project Management, AI Summarization |
| Author | Nirav Gajera |
| Published | 06 Apr 2026 |
Use the JSON export at /data/workflows/14779/14779.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Jira Daily Worklog Automation — Auto log Time from Google Sheets to Jira Every Night Automatically logs time to Jira every night from a Google Sheet. No manual worklog entries needed — just fill in...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Project Management, AI Summarization use case.