Skip to content

Commit 9063d37

Browse files
authored
Update create-jira.yml (#1123)
1 parent 8a7616c commit 9063d37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/create-jira.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: create
2525
uses: atlassian/gajira-create@master
2626
with:
27-
project: LIBWEB
27+
project: LIBRARIES
2828
issuetype: Bug
2929
summary: |
3030
[${{ github.event.repository.name }}] (${{ github.event.issue.number }}): ${{ github.event.issue.title }}
@@ -33,8 +33,8 @@ jobs:
3333
${{ github.event.issue.body }}
3434
# Parent and Epic Link fields (set to same)
3535
fields: '{
36-
"parent": {"key": "LIBWEB-1444"},
37-
"customfield_10002": "LIBWEB-1444"
36+
"parent": {"key": "LIBRARIES-1963"},
37+
"customfield_10002": "LIBRARIES-1963"
3838
}'
3939

4040
- name: Log created issue

0 commit comments

Comments
 (0)