Skip to content

Commit

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

0 comments on commit e68111d

Please sign in to comment.