This workflow creates/updates/deletes a Notion database page when an issue is created/updated/deleted in Jira. Subsequent updates to the issue's title or status in Jira are updated in the Notion database. If you require more fields to send to Notion, this template is easily extendible which will be described in setup. The Notion database will require setup before the workflow can be used.
Prerequisites
How it works
- When a new issue is created in Jira, the workflow creates a new page in the Notion database will all the required fields.
- When the issue's title or status is updated in Jira, the workflow updates the specific Notion database page identified by the "Issue Key" field in Notion. If the status in Jira is set to "Done", the workflow will mark the Notion database page "Done" field as true.
- When the issue is deleted in Jira, the workflow archives the Notion database page.
Setup
This workflow requires that you set up a Notion database. To do so, follow the steps below:
- In Notion, create a new database.
- Add the following columns to the database:
- Done (with type "Checkbox")
- Title (renamed from "Name")
- Status (with the following options: "To Do", "In Progress", "Done")
- Link (with type "URL")
- Issue ID (with type "Number")
- Issue Key (with type "Text")
- Add any other fields you require to the database.
- Your database should look something like this
- Share the database to n8n.
- By default, the workflow will fill all the fields provided above, except for any other additional fields you add.