Skip to content

Pulling Health information from a given workspace in Terraform Cloud #81

Pulling Health information from a given workspace in Terraform Cloud

Pulling Health information from a given workspace in Terraform Cloud #81

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"] }
secrets: inherit