Skip to content

Commit e13ef6c

Browse files
Fix for issue creation workflow (#2068)
Fix
1 parent 32d6ef9 commit e13ef6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jira_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
description: >
5252
_Created from GitHub Action_ for ${{ github.event.issue.html_url }}
5353
```${{ github.event.issue.body }}```
54-
fields: '{"customfield_11401":{"id":"14723"},"labels":["dp-snowcli","github"],"parent":{"key":"SNOW-1747450"}, "components":["SnowCLI"]}'
54+
fields: '{"customfield_11401":{"id":"14723"},"labels":["dp-snowcli","github"],"parent":{"key":"SNOW-1747450"}, "components":[{"id":"18653"}]}'
5555

5656
- name: Update GitHub Issue
5757
uses: ./jira/gajira-issue-update

0 commit comments

Comments
 (0)