Open a Jira ticket when GitHub issue is raised (#4887)
This commit is contained in:
parent
6c758e68b4
commit
e90b4d81a8
19
.github/workflows/open-jira-ticket.yml
vendored
Normal file
19
.github/workflows/open-jira-ticket.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
name: Jira Sync
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
jobs:
|
||||
sync:
|
||||
name: Sync Items
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Sync
|
||||
uses: igorpecovnik/github-action-issue-to-jira@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
jiraHost: armbian.atlassian.net
|
||||
jiraUsername: ${{ secrets.JIRA_USER }}
|
||||
jiraPassword: ${{ secrets.JIRA_PASSWORD }}
|
||||
project: AR
|
||||
assignee: default_assignee
|
||||
Loading…
Reference in New Issue
Block a user