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.
Jira Credentials
Vector Database Setup (Pinecone)
AI Node
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.
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