Skip to content

Build(deps): Bump actions/upload-artifact from 4.3.3 to 4.3.4 #1073

Build(deps): Bump actions/upload-artifact from 4.3.3 to 4.3.4

Build(deps): Bump actions/upload-artifact from 4.3.3 to 4.3.4 #1073

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