We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e346ac commit f92e970Copy full SHA for f92e970
.github/workflows/jira.yml
@@ -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