Skip to content

Commit f92e970

Browse files
chore: add JIRA integration (#1299)
1 parent 4e346ac commit f92e970

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/jira.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Create JIRA issue
2+
3+
on:
4+
issues:
5+
types: [labeled]
6+
7+
jobs:
8+
createIssue:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: getsentry/ga-jira-integration@main
12+
with:
13+
JIRA_API_HOST: ${{secrets.JIRA_BASEURL}}
14+
JIRA_API_TOKEN: ${{secrets.JIRA_APITOKEN}}
15+
JIRA_EMAIL: ${{secrets.JIRA_USEREMAIL}}
16+
TRIGGER_LABEL: "Jira"
17+
JIRA_PROJECT_ID: WEBBACKEND
18+
JIRA_ISSUE_NAME: Story

0 commit comments

Comments
 (0)