Skip to content

Commit

Permalink
Merge pull request #1059 from hashicorp/barrett-jira-github-workflow
Browse files Browse the repository at this point in the history
Jira field wants an array
  • Loading branch information
barrettclark committed Sep 15, 2023
2 parents 97a5371 + da3646e commit 7364725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-jira-issue-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
project: TF
issue-extra-fields: |
{ "customfield_10091": ["TF-CLI"],
"customfield_10008": "${{ contains(github.event.issue.labels.*.name, 'bug') && github.env.EPIC_LINK_BUG || github.env.EPIC_LINK_FEATURE }}",
"customfield_10008": ["${{ contains(github.event.issue.labels.*.name, 'bug') && github.env.EPIC_LINK_BUG || github.env.EPIC_LINK_FEATURE }}"],
"labels": "${{ github.event.repository.name }}"
}
secrets: inherit

0 comments on commit 7364725

Please sign in to comment.