Skip to content

Commit 55351d9

Browse files
authored
Merge pull request #743 from hashicorp/barrettclark/jira-sync-fix
Set component for the Jira Issue Sync Workflow
2 parents 9478787 + f6827ba commit 55351d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create-jira-issue.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ jobs:
1212
with:
1313
project: TF
1414
issue-extra-fields: |
15-
{ "customfield_10091": ["TF-CLI"] }
15+
{ "customfield_10091": ["TF-CLI"],
16+
"components": [{ "name": "Go-TFE" }] }
1617
secrets: inherit

0 commit comments

Comments
 (0)