Skip to content

Feat: Update the Plans API to be able to fetch & return resource changes #227

Feat: Update the Plans API to be able to fetch & return resource changes

Feat: Update the Plans API to be able to fetch & return resource changes #227

name: Jira Issue Sync
on:
issues:
types: [opened, closed, deleted, reopened]
issue_comment:
types: [created]
jobs:
call-workflow:
uses: hashicorp/terraform-provider-tfe/.github/workflows/jira-issue-sync.yml@main
with:
project: TF
issue-extra-fields: |
{ "customfield_10091": ["TF-CLI"],
"components": [{ "name": "Go-TFE" }],
"customfield_10008": "${{ contains(github.event.issue.labels.*.name, 'bug') && 'TF-9179' || 'TF-7490' }}"
}
secrets: inherit