Tags: hashicorp/terraform-random-tfe-utility
Tags
Callable create-jira-workflow callable with inputs (#95) Example caller workflow: ```yaml name: Create Jira Issue on: issues: types: [opened, closed, deleted, reopened] pull_request_target: types: [opened, closed, reopened] issue_comment: types: [created] jobs: call-workflow: uses: hashicorp/terraform-random-tfe-utility/.github/workflows/create-jira-issue.yml@main with: github-team: Terraform-Enterprise project: TF issue-extra-fields: | { "customfield_10091": ["TF-CLI"] } secrets: inherit ```