Create Knowledge Base from Jira Tickets with OpenAI Embeddings and Pinecone
How It Works
This template is a workflow that registers Jira tickets to Pinecone.
By combining it with the Automated Jira Ticket Responses with GPT-4 and Pinecone Knowledge Base template, you can continuously improve the quality of automated responses in Jira.
Prerequisites
A Jira account and credentials (API key and email address)
A Pinecone account and credentials (API key and environment settings)
OpenAI credentials (API key)
Setup Instructions
Jira Credentials
Register your Jira credentials (API key and email address) in n8n.
Vector Database Setup (Pinecone)
Register your Pinecone credentials (API key and environment variables) in n8n.
AI Node
Configure the OpenAI node with your credentials (API key).
Step by Step
Scheduled Trigger
The workflow runs at regular intervals according to the schedule set in the Scheduled Trigger node.
Jira Trigger (Completed Tickets)
Retrieves the summary, description, and comments of completed Jira tickets.
Register to Pinecone
Converts the retrieved ticket information into vectors and registers them in Pinecone.
Notes
Configure the Scheduled Trigger interval carefully to avoid exceeding API rate limits.
Further Reference
For a detailed walkthrough (in Japanese), see this article:
š Automating knowledge registration to Pinecone with n8n (Qiita)
You can find the template file on GitHub here:
š Template File on GitHub
Related Templates
Use OpenRouter in n8n versions <1.78
What it is: In version 1.78, n8n introduced a dedicated node to use the OpenRouter service, which lets you to use a lot...
Task Deadline Reminders with Google Sheets, ChatGPT, and Gmail
Intro This template is for project managers, team leads, or anyone who wants to automatically remind teammates of tasks ...
š¤ Build Resilient AI Workflows with Automatic GPT and Gemini Failover Chain
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. How it works This...
š Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments