Skip to content

Commit 1bb3ff6

Browse files
Create jira.yml (#4567)
1 parent 858c2f7 commit 1bb3ff6

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: WEB
18+
JIRA_ISSUE_NAME: Story

0 commit comments

Comments
 (0)