Jira Vector - 가장소한 등록
중급
이것은자동화 워크플로우로, 12개의 노드를 포함합니다.주로 Code, Jira, SplitInBatches, ScheduleTrigger, EmbeddingsOpenAi 등의 노드를 사용하며. OpenAI 인식과 Pinecone을 통해 Jira 작업지에서 지식庫 생성
사전 요구사항
- •OpenAI API Key
- •Pinecone API Key
사용된 노드 (12)
카테고리
-
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "nYXuCXZGkJtkCBVN",
"meta": {},
"name": "Jira Vector - Register Minimal",
"tags": [],
"nodes": [
{
"id": "ffeeb416-bbec-4b6d-b2fc-76352e182585",
"name": "Jira 이슈 목록",
"type": "n8n-nodes-base.jira",
"position": [
120,
140
],
"parameters": {
"options": {
"jql": "statusCategory IN (\"Done\") AND updated > -1d"
},
"operation": "getAll"
},
"typeVersion": 1,
"alwaysOutputData": false
},
{
"id": "5eb278ff-4b2d-40ac-a13a-99159f877c06",
"name": "Jira 이슈 상세",
"type": "n8n-nodes-base.jira",
"position": [
740,
360
],
"parameters": {
"limit": 5,
"options": {},
"issueKey": "={{ $json.id }}",
"resource": "issueComment",
"operation": "getAll"
},
"typeVersion": 1
},
{
"id": "1e6e3731-04cb-4773-b902-08503f7dd483",
"name": "항목 순환",
"type": "n8n-nodes-base.splitInBatches",
"position": [
320,
240
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "a5bbfc71-eedb-4966-b62f-675718db109c",
"name": "코드1",
"type": "n8n-nodes-base.code",
"position": [
520,
360
],
"parameters": {
"jsCode": "return {\n 'id': $input.first().json.id,\n 'summary': $input.first().json.fields.summary,\n 'description': $input.first().json.fields.description,\n}"
},
"executeOnce": true,
"typeVersion": 2
},
{
"id": "5c980f99-aee4-4fbc-9e5d-cbd592e2f36c",
"name": "코드2",
"type": "n8n-nodes-base.code",
"position": [
940,
360
],
"parameters": {
"jsCode": "let comments = '';\nfor (const item of $input.all()) {\n comments += '## ' + item.json.updated\n comments += '\\n'\n comments += item.json.body.content[0].content[0].text\n comments += '\\n'\n comments += '\\n'\n}\n\nreturn {\n 'id': $('Code1').first().json.id,\n 'summary': $('Code1').first().json.summary,\n 'description': $('Code1').first().json.description,\n 'comments': comments,\n};"
},
"typeVersion": 2
},
{
"id": "48358c4e-9f36-4d07-b85d-35982139b963",
"name": "일정 트리거",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-80,
140
],
"parameters": {
"rule": {
"interval": [
{}
]
}
},
"typeVersion": 1.2
},
{
"id": "ae49fa6d-5efc-4fbb-9c70-0563d9f6a911",
"name": "스티키 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
100,
-20
],
"parameters": {
"color": 4,
"width": 1060,
"height": 780,
"content": "## Step2 : Jira Trigger (Completed Tickets)\nRetrieves the summary, description, and comments of completed Jira tickets.\nThe target tickets are fetched using the Jira Issue Detail node, and the data is formatted in the Code2 node."
},
"typeVersion": 1
},
{
"id": "5c6b673f-d9f5-43cf-b881-353806620f6e",
"name": "스티키 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-200,
-20
],
"parameters": {
"width": 280,
"height": 780,
"content": "## Step1 : Scheduled Trigger\nThe workflow runs at regular intervals according to the schedule set in the Scheduled Trigger node."
},
"typeVersion": 1
},
{
"id": "bff28b0a-9ef1-4da6-bc56-9f3927002d4e",
"name": "스티키 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
1180,
-20
],
"parameters": {
"color": 5,
"width": 440,
"height": 780,
"content": "## Step3 : Register to Pinecone\nConverts the retrieved ticket information into vectors and registers them in Pinecone. "
},
"typeVersion": 1
},
{
"id": "30559523-f51d-4808-a14f-d355ceb0c555",
"name": "Pinecone 벡터 저장소",
"type": "@n8n/n8n-nodes-langchain.vectorStorePinecone",
"position": [
1240,
360
],
"parameters": {
"mode": "insert",
"options": {},
"pineconeIndex": {
"__rl": true,
"mode": "id",
"value": "<Pinecone Index>"
}
},
"notesInFlow": false,
"typeVersion": 1.3
},
{
"id": "b1ef66ca-649b-49f5-a6b5-bd2ad433e8d3",
"name": "OpenAI 임베딩",
"type": "@n8n/n8n-nodes-langchain.embeddingsOpenAi",
"position": [
1240,
600
],
"parameters": {
"options": {}
},
"typeVersion": 1.2
},
{
"id": "18aca75a-697d-42a5-9d47-63820cfee0ad",
"name": "기본 데이터 로더",
"type": "@n8n/n8n-nodes-langchain.documentDefaultDataLoader",
"position": [
1420,
600
],
"parameters": {
"options": {
"metadata": {
"metadataValues": [
{
"name": "JiraIssueID",
"value": "={{ $json.id }}"
},
{
"name": "JiraUrl"
}
]
}
}
},
"typeVersion": 1.1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "485fc0b1-6ff8-49e7-a23f-2c37f059819d",
"connections": {
"a5bbfc71-eedb-4966-b62f-675718db109c": {
"main": [
[
{
"node": "5eb278ff-4b2d-40ac-a13a-99159f877c06",
"type": "main",
"index": 0
}
]
]
},
"5c980f99-aee4-4fbc-9e5d-cbd592e2f36c": {
"main": [
[
{
"node": "30559523-f51d-4808-a14f-d355ceb0c555",
"type": "main",
"index": 0
}
]
]
},
"ffeeb416-bbec-4b6d-b2fc-76352e182585": {
"main": [
[
{
"node": "1e6e3731-04cb-4773-b902-08503f7dd483",
"type": "main",
"index": 0
}
]
]
},
"1e6e3731-04cb-4773-b902-08503f7dd483": {
"main": [
[],
[
{
"node": "a5bbfc71-eedb-4966-b62f-675718db109c",
"type": "main",
"index": 0
}
]
]
},
"48358c4e-9f36-4d07-b85d-35982139b963": {
"main": [
[
{
"node": "ffeeb416-bbec-4b6d-b2fc-76352e182585",
"type": "main",
"index": 0
}
]
]
},
"b1ef66ca-649b-49f5-a6b5-bd2ad433e8d3": {
"ai_embedding": [
[
{
"node": "30559523-f51d-4808-a14f-d355ceb0c555",
"type": "ai_embedding",
"index": 0
}
]
]
},
"5eb278ff-4b2d-40ac-a13a-99159f877c06": {
"main": [
[
{
"node": "5c980f99-aee4-4fbc-9e5d-cbd592e2f36c",
"type": "main",
"index": 0
}
]
]
},
"18aca75a-697d-42a5-9d47-63820cfee0ad": {
"ai_document": [
[
{
"node": "30559523-f51d-4808-a14f-d355ceb0c555",
"type": "ai_document",
"index": 0
}
]
]
},
"30559523-f51d-4808-a14f-d355ceb0c555": {
"main": [
[
{
"node": "1e6e3731-04cb-4773-b902-08503f7dd483",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Jira 지식 동기화 - 라이트 버전(요약 → 댓글 및 담당자)
GPT-4와 Pinecone 지식 베이스 기반 자동 Jira 티켓 응답
If
Code
Jira
+
If
Code
Jira
17 노드yusan25c
콘텐츠 제작
基于AI의MIS에이전트
基于AI의관리信息系统에이전트
If
Set
Code
+
If
Set
Code
129 노드Kumar Shivam
지원
시각화 참조 라이브러리에서 n8n 노드를 탐색
可视化 참조 라이브러리에서 n8n 노드를 탐색
If
Ftp
Set
+
If
Ftp
Set
113 노드I versus AI
기타
콘텐츠생성기 v3
AI驱动블로그자동화:사용GPT-4생성并게시SEO기사至WordPress및Twitter
If
Set
Code
+
If
Set
Code
144 노드Jay Emp0
콘텐츠 제작
AI 기반 WhatsApp 지원 봇(Google Sheets 티켓 생성)
AI 기반 WhatsApp 지원 봇(Google Sheets 티켓 생성)
Set
Xml
Code
+
Set
Xml
Code
35 노드Zain Khan
지원 챗봇
JIRA, Supabase 및 AI를 사용하여 지원 티켓 자동 할당
JIRA, Supabase 및 AI를 사용하여 지원 티켓 자동 할당
If
Set
Jira
+
If
Set
Jira
36 노드Jimleuk
지원