Skip to content

Dependency Dashboard #12

Dependency Dashboard

Dependency Dashboard #12

# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
name: Sync issue to Jira
on:
issues:
types: [opened, reopened, closed]
jobs:
sync:
name: Sync GitHub issue to Jira
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v13
with:
jira-base-url: https://warthogs.atlassian.net
jira-project-key: DPE
jira-component-names: spark-vm,spark-k8s,snap
secrets:
jira-api-token: ${{ secrets.JIRA_API_TOKEN }}
jira-user-email: ${{ secrets.JIRA_USER_EMAIL }}
permissions:
issues: write # Needed to create GitHub issue comment