From a71d530f9d84942188805a0f74a1a7ea0d30142e Mon Sep 17 00:00:00 2001 From: Alan Charles <50601149+alanjcharles@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:56:09 -0400 Subject: [PATCH] Update create_jira.yml -update issue tracker to new jira project --- .github/workflows/create_jira.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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