We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9478787 + f6827ba commit 55351d9Copy full SHA for 55351d9
.github/workflows/create-jira-issue.yml
@@ -12,5 +12,6 @@ jobs:
12
with:
13
project: TF
14
issue-extra-fields: |
15
- { "customfield_10091": ["TF-CLI"] }
+ { "customfield_10091": ["TF-CLI"],
16
+ "components": [{ "name": "Go-TFE" }] }
17
secrets: inherit
0 commit comments