Skip to content

Commit 463600e

Browse files
committed
chore: migrate JIRA creation workflow to LIBWEB
1 parent 87f34e3 commit 463600e

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: LIBMOBILE
27+
project: LIBWEB
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": "LIBMOBILE-793"},
37-
"customfield_10002": "LIBMOBILE-793"
36+
"parent": {"key": "LIBWEB-1530"},
37+
"customfield_10002": "LIBWEB-1530"
3838
}'
3939

4040
- name: Log created issue

0 commit comments

Comments
 (0)