Skip to content

Commit 582cdd4

Browse files
committed
adds more github actions
1 parent 7615f2f commit 582cdd4

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Create Issue in Jira
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
8+
jobs:
9+
create_jira_issue:
10+
uses: XeroAPI/Xero-OpenAPI/.github/workflows/jira_create_issue.yml@master
11+
secrets: inherit
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Update Jira Ticket Status To Done
2+
3+
on:
4+
issues:
5+
types:
6+
- closed
7+
8+
jobs:
9+
create_jira_issue:
10+
uses: XeroAPI/Xero-OpenAPI/.github/workflows/jira_update_issue_closed.yml@master
11+
secrets: inherit
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Update Jira Ticket Status To Backlog
2+
3+
on:
4+
issues:
5+
types:
6+
- reopened
7+
8+
jobs:
9+
create_jira_issue:
10+
uses: XeroAPI/Xero-OpenAPI/.github/workflows/jira_update_issue_reopen.yml@master
11+
secrets: inherit

0 commit comments

Comments
 (0)