Skip to content

Commit 0bba334

Browse files
committed
fix: Jira 프로젝트 구성에 따라 수정
1 parent 440b3fb commit 0bba334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-jira-issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
id: create
4646
uses: atlassian/gajira-create@v3
4747
with:
48-
project: JT1
49-
issuetype: 하위 작업
48+
project: PRODUCT
49+
issuetype: Task
5050
summary: "${{ github.event.issue.title }}"
5151
description: "${{ steps.md2jira.outputs.output-text }}"
5252
fields: |

0 commit comments

Comments
 (0)