Skip to content

Commit

Permalink
Merge pull request #1068 from hashicorp/barrett-jira-github-workflow
Browse files Browse the repository at this point in the history
Jiraaaaa
  • Loading branch information
barrettclark authored Sep 15, 2023
2 parents f704885 + 4e34e96 commit 9360efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/call-jira-issue-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
project: TF
issue-extra-fields: |
{ "customfield_10091": ["TF-CLI"],
"customfield_10008": "${{ contains(github.event.issue.labels.*.name, 'bug') && 'Bugs in terraform-provider-tfe' || 'terraform-provider-tfe Feature Requests' }}",
"labels": "${{ github.event.repository.name }}"
"customfield_10008": "${{ contains(github.event.issue.labels.*.name, 'bug') && 'TF-7331' || 'TF-3484' }}",
"labels": [ "${{ github.event.repository.name }} ]"
}
secrets: inherit

0 comments on commit 9360efe

Please sign in to comment.