From 50f1b3cee884de6a519e896c061b64e7adbec2e1 Mon Sep 17 00:00:00 2001 From: David Szmolka <69192509+sfc-gh-dszmolka@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:04:52 +0100 Subject: [PATCH] SNOW-1156105 update issue owner and component (#674) SNOW-1156105 update issue owner per new procedure and also add component --- .github/workflows/jira_issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jira_issue.yml b/.github/workflows/jira_issue.yml index 7185ecffea..1271375b8c 100644 --- a/.github/workflows/jira_issue.yml +++ b/.github/workflows/jira_issue.yml @@ -35,7 +35,7 @@ jobs: summary: '${{ github.event.issue.title }}' description: | ${{ github.event.issue.body }} \\ \\ _Created from GitHub Action_ for ${{ github.event.issue.html_url }} - fields: '{ "customfield_11401": {"id": "14723"}, "assignee": {"id": "61027a219798100070592b20"} }' + fields: '{ "customfield_11401": {"id": "14723"}, "assignee": {"id": "712020:3c0352b5-63f7-4e26-9afe-38f6f9f0f4c5"}, "components":[{"id":"19292"}] }' - name: Update GitHub Issue uses: ./jira/gajira-issue-update