diff --git a/.github/workflows/create_jira.yml b/.github/workflows/create_jira.yml index 03f8e658..16e5a459 100644 --- a/.github/workflows/create_jira.yml +++ b/.github/workflows/create_jira.yml @@ -24,7 +24,7 @@ jobs: id: create uses: atlassian/gajira-create@master with: - project: LIBWEB + project: LIBRARIES issuetype: Bug summary: | [${{ github.event.repository.name }}] (${{ github.event.issue.number }}): ${{ github.event.issue.title }} @@ -33,8 +33,8 @@ jobs: ${{ github.event.issue.body }} # Parent and Epic Link fields (set to same) fields: '{ - "parent": {"key": "LIBWEB-1530"}, - "customfield_10002": "LIBWEB-1530" + "parent": {"key": "LIBRARIES-2048"}, + "customfield_10002": "LIBRARIES-2048" }' - name: Log created issue