From a086425760f8e28ce5305f8b0818e81fb8486333 Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Wed, 18 Oct 2023 11:18:12 -0700 Subject: [PATCH] fix workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11c678147..a4892cc34 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: issuetype: Release summary: "${{ env.FIX_VERSION }}" description: "${{ env.JIRA_DESCRIPTION }}" - fields: '{"components": [{"id": "11717"}], "labels": ["ccb_std_017"], "customfield_10387": {"id": "15710"}, "fixVersions": [{"name": "${{ env.FIX_VERSION }}"}]}' + fields: '{"components": [{"id": "11717"}], "labels": ["ccb_std_017"], "customfield_10004": {"id": "15710"}, "fixVersions": [{"name": "${{ env.FIX_VERSION }}"}]}' env: FIX_VERSION: Acquia CLI ${{ github.event.release.name }} - name: Log created issue