Keep Jira issues and a Notion database aligned without manual updates. Great for product, operations, and project teams that plan in Notion but execute work in Jira. New issues create pages, changes update fields, and deletions archive pages for clean reporting.
An app event from Jira starts the flow on every create, update, or delete. An IF check routes new issues to create a Notion database page with the summary, issue key, and issue ID. For updates and deletes, a code step builds a Notion JSON filter, then a Notion search finds the matching page. A Switch step sends updates to a Notion update and sends deletions to archive. A lookup table maps Jira status to a Notion select value so status names stay consistent across tools.
You need a Notion database with Title, Status, Issue Key, and Issue ID fields, plus connected Jira and Notion credentials in n8n Cloud. Expect less double entry, fewer status errors, and faster reporting. This setup is ideal when engineers live in Jira and stakeholders track progress in Notion. Update the status mapping to match your Jira workflow and paste your Notion database ID into the Notion nodes.