Skip to content

Commit

Permalink
adds more github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RettBehrens committed Feb 2, 2023
1 parent edca144 commit ce7f55e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/jira_create_issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Create Issue in Jira

on:
issues:
types:
- opened

jobs:
create_jira_issue:
uses: XeroAPI/Xero-OpenAPI/.github/workflows/jira_create_issue.yml@master
secrets: inherit
11 changes: 11 additions & 0 deletions .github/workflows/jira_update_issue_closed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Update Jira Ticket Status To Done

on:
issues:
types:
- closed

jobs:
create_jira_issue:
uses: XeroAPI/Xero-OpenAPI/.github/workflows/jira_update_issue_closed.yml@master
secrets: inherit
11 changes: 11 additions & 0 deletions .github/workflows/jira_update_issue_reopen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Update Jira Ticket Status To Backlog

on:
issues:
types:
- reopened

jobs:
create_jira_issue:
uses: XeroAPI/Xero-OpenAPI/.github/workflows/jira_update_issue_reopen.yml@master
secrets: inherit

0 comments on commit ce7f55e

Please sign in to comment.