Skip to content

Commit

Permalink
Merge pull request #743 from hashicorp/barrettclark/jira-sync-fix
Browse files Browse the repository at this point in the history
Set component for the Jira Issue Sync Workflow
  • Loading branch information
brandonc authored Jul 25, 2023
2 parents 9478787 + f6827ba commit 55351d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-jira-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ jobs:
with:
project: TF
issue-extra-fields: |
{ "customfield_10091": ["TF-CLI"] }
{ "customfield_10091": ["TF-CLI"],
"components": [{ "name": "Go-TFE" }] }
secrets: inherit

0 comments on commit 55351d9

Please sign in to comment.