Skip to content

Commit 33cd733

Browse files
authored
Merge pull request #9122 from joshcooper/jira
(maint) Add action to export GH issues to jira
2 parents 919779c + 8bc9b7e commit 33cd733

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/jira.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
on:
2+
issues:
3+
types: [labeled]
4+
5+
permissions:
6+
issues: write
7+
8+
jobs:
9+
export:
10+
uses: "puppetlabs/phoenix-github-actions/.github/workflows/jira.yml@main"
11+
with:
12+
jira-project: PUP
13+
jira-base-url: ${{ vars.jira_base_url }}
14+
jira-user-email: ${{ vars.jira_user_email }}
15+
secrets:
16+
jira-api-token: ${{ secrets.JIRA_ISSUES_ACTION }}

0 commit comments

Comments
 (0)