Skip to content

Commit

Permalink
Merge pull request #204 from ubuntu/github-to-jira
Browse files Browse the repository at this point in the history
Enable github to jira bug synchronization
  • Loading branch information
CarlosNihelton authored Jun 1, 2022
2 parents 197708c + 6590c91 commit f16be61
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/sync-gh-jira.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Sync GitHub issues to Jira
on: [issues, issue_comment]
jobs:
sync-issues:
name: Sync issues to Jira
runs-on: ubuntu-latest
steps:
- uses: ubuntu/sync-issues-github-jira@v1
with:
webhook-url: ${{ secrets.JIRA_WEBHOOK_URL }}
component: 'WSL'

0 comments on commit f16be61

Please sign in to comment.