Skip to content

Commit

Permalink
chore: migrate JIRA creation workflow to LIBWEB
Browse files Browse the repository at this point in the history
  • Loading branch information
oscb committed Jan 30, 2024
1 parent 87f34e3 commit 463600e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: create
uses: atlassian/gajira-create@master
with:
project: LIBMOBILE
project: LIBWEB
issuetype: Bug
summary: |
[${{ github.event.repository.name }}] (${{ github.event.issue.number }}): ${{ github.event.issue.title }}
Expand All @@ -33,8 +33,8 @@ jobs:
${{ github.event.issue.body }}
# Parent and Epic Link fields (set to same)
fields: '{
"parent": {"key": "LIBMOBILE-793"},
"customfield_10002": "LIBMOBILE-793"
"parent": {"key": "LIBWEB-1530"},
"customfield_10002": "LIBWEB-1530"
}'

- name: Log created issue
Expand Down

0 comments on commit 463600e

Please sign in to comment.