Skip to content

Commit

Permalink
(maint) Add action to export GH issues to Jira
Browse files Browse the repository at this point in the history
  • Loading branch information
austb committed Mar 5, 2024
1 parent febcd68 commit 7574564
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/jira.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Export issue to Jira

on:
issues:
types: [labeled]

permissions:
issues: write

jobs:
export:
uses: "puppetlabs/phoenix-github-actions/.github/workflows/jira.yml@main"
with:
jira-project: PDB
jira-base-url: ${{ vars.jira_base_url }}
jira-user-email: ${{ vars.jira_user_email }}
secrets:
jira-api-token: ${{ secrets.JIRA_ISSUES_ACTION }}

0 comments on commit 7574564

Please sign in to comment.