We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35ee5a commit c217554Copy full SHA for c217554
.github/workflows/jira-sync.yml
@@ -41,7 +41,7 @@ jobs:
41
# customfield_10001 is Team (jira default teams?)
42
extraFields: '{ "customfield_10089": "${{ github.event.issue.html_url || github.event.pull_request.html_url }}",
43
"customfield_10001": "72e166fb-d26c-4a61-b0de-7a290d91708f",
44
- "components": [{ "name": "nomad-driver-prodman" }],
+ "components": [{ "name": "nomad-driver-podman" }],
45
"labels": ["community", "GitHub"] }'
46
env:
47
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
0 commit comments